changed pass

This commit is contained in:
Navan Chauhan 2020-08-01 15:35:21 +05:30
parent e80badd278
commit 27372d6942
1 changed files with 1 additions and 1 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, 'thqw spyz ewqn rahy')
text = msg.as_string()