space and gitignore
This commit is contained in:
parent
05d20ec695
commit
a47439109c
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
||||||
*.jpg
|
*.jpg
|
||||||
*.png
|
*.png
|
||||||
*pycache*
|
*pycache*
|
||||||
|
*.db
|
||||||
|
|
|
@ -245,7 +245,7 @@ class filmSQ():
|
||||||
return res
|
return res
|
||||||
|
|
||||||
|
|
||||||
def mail(self):
|
def mail(self):
|
||||||
res = '<html> \n \t <head> \n \n <meta http-equiv="content-type" content="text/html; charset=utf-8"> \n \t \t'
|
res = '<html> \n \t <head> \n \n <meta http-equiv="content-type" content="text/html; charset=utf-8"> \n \t \t'
|
||||||
res += '<style type="text/css">p { margin: 0; }</style> \n \t \t'
|
res += '<style type="text/css">p { margin: 0; }</style> \n \t \t'
|
||||||
res += '<title>[cine-info] ' + self.nom + ' de ' + self.realisateur + ' (' + self.date.strftime("mardi %d %B %Y") + ', 20h30)</title> \n \t'
|
res += '<title>[cine-info] ' + self.nom + ' de ' + self.realisateur + ' (' + self.date.strftime("mardi %d %B %Y") + ', 20h30)</title> \n \t'
|
||||||
|
|
Loading…
Reference in a new issue