From a47439109cf37f7ad0ac0b2d673bce4632f300af Mon Sep 17 00:00:00 2001 From: cartoonnerie Date: Mon, 1 Apr 2019 19:37:55 +0200 Subject: [PATCH] space and gitignore --- .gitignore | 1 + cineclubBlogSQ.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8e9f01c..939836c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ *.jpg *.png *pycache* +*.db diff --git a/cineclubBlogSQ.py b/cineclubBlogSQ.py index 2b08741..df82d3b 100644 --- a/cineclubBlogSQ.py +++ b/cineclubBlogSQ.py @@ -245,7 +245,7 @@ class filmSQ(): return res - def mail(self): + def mail(self): res = ' \n \t \n \n \n \t \t' res += ' \n \t \t' res += '[cine-info] ' + self.nom + ' de ' + self.realisateur + ' (' + self.date.strftime("mardi %d %B %Y") + ', 20h30) \n \t'