Skip to content

Commit

Permalink
Merge pull request #1 from kshashikumar/kshashikumar-patch-1
Browse files Browse the repository at this point in the history
Update webapp.py
  • Loading branch information
kshashikumar authored May 31, 2024
2 parents dea3ba2 + c8e2618 commit 03c5dd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

server = smtplib.SMTP_SSL("smtp.gmail.com", 465)

username="[email protected]" #your gmail id
pwd="xdmi dctf bvwa bnkg" #get password from app passwords in gmail settings
username="" #your gmail id
pwd="" #get password from app passwords in gmail settings

sc = SpamClassifier(trainData)

Expand Down

0 comments on commit 03c5dd2

Please sign in to comment.