aboutsummaryrefslogtreecommitdiffstats
path: root/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'main.py')
-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]