diff --git a/account/account.py b/account/account.py index e127b23..c499726 100644 --- a/account/account.py +++ b/account/account.py @@ -30,6 +30,9 @@ def change_email_password(username, 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: