Updated account

This commit is contained in:
Tracker-Friendly 2023-11-20 18:26:57 +00:00
parent 112c201380
commit 59e419ad1f
1 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,9 @@ def change_email_password(username, password):
if password and is_valid_input(username): if password and is_valid_input(username):
try: try:
print(username)
print(password)
# Create a temporary file to escape the password # Create a temporary file to escape the password
with open("../tmp/chnpassword.tmp", "w") as file: with open("../tmp/chnpassword.tmp", "w") as file: