X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=main.py;h=21a75000a3010a3e0858ed8ed60adc00083ed86d;hb=353901f0dc3ed18fbef417766b2a3ad46282a504;hp=956e438727ff40728c8a4e69278057d242fce453;hpb=3c19321cfaca486ce5a3b7c68a58e9c1dfceefa2;p=cavote.git diff --git a/main.py b/main.py index 956e438..21a7500 100755 --- a/main.py +++ b/main.py @@ -124,7 +124,7 @@ def password_lost(): "From: %s" % EMAIL, "To: %s" % user['email'], "Subject: [Cavote] Password lost", - "Date: %s" % time.strftime("%a, %d %b %Y %H:%M:%S +0000", time.gmtime()), + "Date: %s" % time.strftime("%a, %d %b %Y %H:%M:%S +0000", time.gmtime()).decode('utf-8'), "X-Mailer: %s" % VERSION, "", "You have lost your password.", @@ -254,7 +254,7 @@ def admin_user_add(): "From: %s" % EMAIL, "To: %s" % user['email'], "Subject: [Cavote] Welcome", - "Date: %s" % time.strftime("%a, %d %b %Y %H:%M:%S +0000", time.gmtime()), + "Date: %s" % time.strftime("%a, %d %b %Y %H:%M:%S +0000", time.gmtime()).decode('utf-8'), "X-Mailer: %s" % VERSION, "", "Hi %s!" % user['name'],