From 918fbf896a121289a856468d01be5a857c405b8e Mon Sep 17 00:00:00 2001 From: Biswakalyan Bhuyan Date: Fri, 8 Mar 2024 03:09:52 +0530 Subject: securing email and pass --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] -- cgit v1.2.3-59-g8ed1b