Fix email doc update I overlooked (thanks, Éric)
This commit is contained in:
parent
650f147298
commit
8b9f0c5a10
@ -27,5 +27,5 @@ for file in pngfiles:
|
|||||||
|
|
||||||
# Send the email via our own SMTP server.
|
# Send the email via our own SMTP server.
|
||||||
s = smtplib.SMTP()
|
s = smtplib.SMTP()
|
||||||
s.sendmail(msg)
|
s.send_message(msg)
|
||||||
s.quit()
|
s.quit()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user