From d8b5eff1d904df04905900b7484964a03aa0e1e1 Mon Sep 17 00:00:00 2001 From: Tracker-Friendly Date: Mon, 20 Nov 2023 18:27:59 +0000 Subject: [PATCH] TEMPORARY COMMIT --- account/account.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/account/account.py b/account/account.py index c499726..656d34d 100644 --- a/account/account.py +++ b/account/account.py @@ -27,12 +27,11 @@ def is_valid_input(input_string): app = Flask(__name__) def change_email_password(username, password): + print(username) + print(password) if password and is_valid_input(username): try: - print(username) - print(password) - # Create a temporary file to escape the password with open("../tmp/chnpassword.tmp", "w") as file: