diff --git a/source/check_update.py b/source/check_update.py index ac17b6a..6906136 100644 --- a/source/check_update.py +++ b/source/check_update.py @@ -45,5 +45,5 @@ def check_update(self): self.translate("Can't connect to internet. Download will be disabled.")) self.option["disable_download"] = True - except: - self.log_error() + except SystemExit: pass + except: self.log_error()