From fb04c9ab0ff458bdf9d9e312519f3e13d45c6713 Mon Sep 17 00:00:00 2001 From: Benny Date: Thu, 17 Feb 2022 19:50:10 -0500 Subject: [PATCH] Update install.py --- install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.py b/install.py index cd60bee..ad6a22c 100644 --- a/install.py +++ b/install.py @@ -91,7 +91,7 @@ def rewrite(file, line, target_text): # Adds credentials to the files so they work properly print("[...] Adding credentials to files EmailChecker.py and CustomBlockPage.php so the script can work") - rewrite(php_file, 20, f" .
\n") + rewrite(php_file, 21, f" .
\n") rewrite(email_file, 9, f"with MailBox('{provider}').login('{email}', '{password}', initial_folder='INBOX') as mailbox:\n") print("[✓] Finished adding credentials to files")