From 9d281a0c59c7900d8916b65bdbb3b39486d8533a Mon Sep 17 00:00:00 2001 From: SevenChords <31819497+SevenChords@users.noreply.github.com> Date: Sun, 19 Jul 2020 20:02:15 +0200 Subject: [PATCH] yet another update checker fix --- FTPManagement.py | 2 +- config.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FTPManagement.py b/FTPManagement.py index ff84ae8..b298dcd 100644 --- a/FTPManagement.py +++ b/FTPManagement.py @@ -64,7 +64,7 @@ def checkForUpdates(): localVersion = getConfig("Version") if(remoteVersion == localVersion): log(0, "Update", "Check", "", "You are running the newest release of this script.\nHappy calculation time!") - return null + return True else: log(0, "Update", "Check", "", "You are running the wrong version of this script, please get the newest release from github.") inpu() diff --git a/config.txt b/config.txt index a98b17a..e90c702 100644 --- a/config.txt +++ b/config.txt @@ -68,5 +68,5 @@ ############################################### ############################################### -# [Version = 2.3.2] # +# [Version = 2.3.3] # ############################################### \ No newline at end of file