diff options
Diffstat (limited to 'main.py')
-rw-r--r-- | main.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ def email(btc): for line in lines: sender_email = line - # do the same with password + # change the email address or create a pass.txt file and put your email password there with open('pass.txt', 'r') as file: lines = [line.strip() for line in file] |