mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-05 08:16:06 +08:00
@@ -24,7 +24,7 @@ class TestLogHandler(logging.Handler):
|
||||
j = json.loads(record.message)
|
||||
if j["event"] == "upload_success":
|
||||
self.upload_order.append(j["key"])
|
||||
except BaseException:
|
||||
except Exception:
|
||||
pass
|
||||
|
||||
log_handler = TestLogHandler()
|
||||
|
||||
Reference in New Issue
Block a user