diff --git a/V5.py b/V5.py index 9707d3c..d28fffe 100755 --- a/V5.py +++ b/V5.py @@ -930,7 +930,7 @@ elif UNBAN: elif POINTS_FILE != "": save_points_from_file(POINTS_FILE) else: - if UPDATE_VERSION != None: + if UPDATE_VERSION != "None": if DISCORD_ENABLED_ERROR: webhookFailure.send(f"Updated to {UPDATE_VERSION}") for cred in Credentials: diff --git a/main.py b/main.py index 1097ec1..fcfc5b1 100644 --- a/main.py +++ b/main.py @@ -174,7 +174,7 @@ def check_update(args): os.system("git pull") os.system("python3 -m pip install -r requirements.txt > update.result") print(f"updated to {latest}") - return(args + f" --verion {latest}") + return(args + f" --version {latest}") LogPath = config["PATH"]["logpath"] if LogPath == "/your/path/to/loginandpass.csv" : diff --git a/version b/version index 67617da..cc053b3 100644 --- a/version +++ b/version @@ -1 +1 @@ -v5.3.1 +v5.3.2