Remove +++

This commit is contained in:
Tristan Le Chanony 2020-01-03 12:30:18 +01:00
parent 80d1ba68e9
commit 87584fc019
1 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ def alert_accounts(days):
log.info("User "+username+" https://miaou.drycat.fr/admin/accounts/"+str(uid)+" will be delete")
sender = email_from
receivers = [''+mail+'']
message = """From: """+email_fromname+++""" <"""+email_from+""">
message = """From: """+email_fromname+""" <"""+email_from+""">
To: """+username+""" <"""+mail+""">
Subject: Your account has been inactive for more than 365 days
@ -93,7 +93,7 @@ Otherwise, log in and by security measure, send a private message to yourself.
Without action on your part, your account will be closed within 7 days.
Cordially
The """+ email_fromname +""" administration team.
The """+email_fromname+""" administration team.
"""
try: