mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-19 01:53:57 +08:00
@@ -296,9 +296,8 @@ def main():
|
||||
)
|
||||
exception = e
|
||||
overlay_initialized = False
|
||||
except Exception as e:
|
||||
except Exception:
|
||||
cloudlog.exception("uncaught updated exception, shouldn't happen")
|
||||
exception = e
|
||||
|
||||
params.put("UpdateFailedCount", str(update_failed_count))
|
||||
if exception is None:
|
||||
|
||||
Reference in New Issue
Block a user