feat: enable autoupdater back

This commit is contained in:
Swann 2020-07-28 17:26:14 +02:00
parent 09ee1cf826
commit 07ffe05a84
No known key found for this signature in database
GPG Key ID: E1D3641A7C43AACB

View File

@ -737,7 +737,7 @@ class Singleton_updater(object):
r.release_conn()
if self._verbose: print("Successfully downloaded update zip")
return False
return True
except Exception as e:
self._error = "Error retrieving download, bad link?"
self._error_msg = "Error: {}".format(e)