space and gitignore

This commit is contained in:
Alice 2019-04-01 19:37:55 +02:00
parent 05d20ec695
commit a47439109c
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
*.jpg
*.png
*pycache*
*.db

View file

@ -245,7 +245,7 @@ class filmSQ():
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 += '<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'