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: