Skip to content

Commit

Permalink
yet another update checker fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SevenChords committed Jul 19, 2020
1 parent ea1b96f commit 9d281a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FTPManagement.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@
###############################################

###############################################
# [Version = 2.3.2] #
# [Version = 2.3.3] #
###############################################

0 comments on commit 9d281a0

Please sign in to comment.