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()
@ -92,4 +92,4 @@ with tempfile.TemporaryDirectory() as directory:
email(zi)
#print((str(zi) + ".zip"))
mycursor.execute('UPDATE curieweb set done=1 where id="%s"' % (jobID))
mycon.commit()
mycon.commit()