Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yngveny committed Sep 27, 2017
1 parent 9f25356 commit 3268778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -20,7 +20,7 @@

server = smtplib.SMTP('smtp.gmail.com', 587)
server.starttls()
server.login(fromaddr, "yuhjnm89")
server.login(fromaddr, "Admiral01")
text = msg.as_string()
server.sendmail(fromaddr, toaddr, text)
server.quit()
Expand Down

0 comments on commit 3268778

Please sign in to comment.