feat: enable autoupdater back
This commit is contained in:
@ -737,7 +737,7 @@ class Singleton_updater(object):
|
|||||||
|
|
||||||
r.release_conn()
|
r.release_conn()
|
||||||
if self._verbose: print("Successfully downloaded update zip")
|
if self._verbose: print("Successfully downloaded update zip")
|
||||||
return False
|
return True
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
self._error = "Error retrieving download, bad link?"
|
self._error = "Error retrieving download, bad link?"
|
||||||
self._error_msg = "Error: {}".format(e)
|
self._error_msg = "Error: {}".format(e)
|
||||||
|
Reference in New Issue
Block a user