diff options
author | Biswakalyan Bhuyan <biswa@surgot.in> | 2024-03-08 03:09:52 +0530 |
---|---|---|
committer | Biswakalyan Bhuyan <biswa@surgot.in> | 2024-03-08 03:09:52 +0530 |
commit | 918fbf896a121289a856468d01be5a857c405b8e (patch) | |
tree | f2b31ad44a3709b28dd544970718631a94eed537 | |
parent | 0075c11b6f1c54c45fb0c6516056484d4ea3a42f (diff) | |
download | crypto-alert-918fbf896a121289a856468d01be5a857c405b8e.tar.gz crypto-alert-918fbf896a121289a856468d01be5a857c405b8e.tar.bz2 crypto-alert-918fbf896a121289a856468d01be5a857c405b8e.zip |
securing email and pass
-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] |