mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-07-11 07:52:03 +08:00
fix linter
This commit is contained in:
@@ -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