Skip to content
Snippets Groups Projects
Verified Commit ffd888b1 authored by nd's avatar nd
Browse files

fix whitespaces

parent f1419f07
No related branches found
No related tags found
No related merge requests found
......@@ -149,7 +149,7 @@ def send_mail(to_address, msg):
server.login(current_app.config['MAIL_USERNAME'], current_app.config['MAIL_PASSWORD'])
msg['From'] = current_app.config['MAIL_FROM_ADDRESS']
msg['To'] = to_address
msg['Date'] = email.utils.formatdate(localtime = 1)
msg['Date'] = email.utils.formatdate(localtime=1)
msg['Message-ID'] = email.utils.make_msgid()
server.send_message(msg)
server.quit()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment