aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatarLibravatar Biswakalyan Bhuyan <biswa@surgot.in> 2024-03-08 03:09:52 +0530
committerLibravatarLibravatar Biswakalyan Bhuyan <biswa@surgot.in> 2024-03-08 03:09:52 +0530
commit918fbf896a121289a856468d01be5a857c405b8e (patch)
treef2b31ad44a3709b28dd544970718631a94eed537
parent0075c11b6f1c54c45fb0c6516056484d4ea3a42f (diff)
downloadcrypto-alert-918fbf896a121289a856468d01be5a857c405b8e.tar.gz
crypto-alert-918fbf896a121289a856468d01be5a857c405b8e.tar.bz2
crypto-alert-918fbf896a121289a856468d01be5a857c405b8e.zip
securing email and pass
-rw-r--r--main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.py b/main.py
index 2ba2677..c5faba2 100644
--- a/main.py
+++ b/main.py
@@ -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]