Fix indenting and wrong keyword
This commit is contained in:
parent
dd6b0e0e83
commit
58fe0314a9
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ def smtp_send(content):
|
|||
mail_message['To'] = recipient
|
||||
smtp_server.sendmail(from_addr=smtp_from,\
|
||||
to_addrs=recipient,msg=mail_message.as_string())
|
||||
delete mail_message['To']
|
||||
del mail_message['To']
|
||||
smtp_server.quit()
|
||||
|
||||
def redmine_request(path):
|
||||
|
|
Loading…
Reference in a new issue