style: remove whitespace

This commit is contained in:
sel10ut 2024-01-28 20:31:19 +03:00
parent 46d304649f
commit ea1325f6c7
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ def _reset_config(config_file):
auth_method = input(f"Select authentication method:\n1. Email + password {OFF}(default){RESET}\n2. user_id + user_auth_token\n(Enter 1 or 2) {OFF}(1){RESET}: ")
if auth_method == "1" or auth_method == "":
if auth_method == "1" or auth_method == "":
config["DEFAULT"]["use_token"] = "false"
config["DEFAULT"]["email"] = input("Enter your email:\n- ")
password = input("Enter your password\n- ")