Update dock_docker.py

This commit is contained in:
Navan Chauhan 2020-07-21 13:33:43 +05:30 committed by GitHub
parent 6ded01297e
commit d68da3f38a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ def email(zipArchive):
s = smtplib.SMTP('smtp.gmail.com', 587)
s.starttls()
s.login(fromaddr, 'ircd mday avbc tice')
s.login(fromaddr, 'okrs shoc ahtk idui')
text = msg.as_string()