resolved merge
This commit is contained in:
parent
40f2d5e391
commit
85313df79b
3 changed files with 0 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -2,4 +2,3 @@
|
||||||
*.png
|
*.png
|
||||||
*pycache*
|
*pycache*
|
||||||
*.db
|
*.db
|
||||||
|
|
||||||
|
|
BIN
baseFilms.db
BIN
baseFilms.db
Binary file not shown.
|
@ -244,7 +244,6 @@ class filmSQ():
|
||||||
res += self.synopsis
|
res += self.synopsis
|
||||||
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'
|
||||||
|
|
Loading…
Reference in a new issue