From 59e419ad1f09ef0879d603c370f3f6bb2b9bbad0 Mon Sep 17 00:00:00 2001 From: Tracker-Friendly Date: Mon, 20 Nov 2023 18:26:57 +0000 Subject: [PATCH] Updated account --- account/account.py | 3 +++ 1 file changed, 3 insertions(+) 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: