auto-sync: 2026-05-17 05:54:10
This commit is contained in:
@@ -158,6 +158,7 @@ class InboxWatcher:
|
||||
else:
|
||||
logger.warning("Inbox line %d: expected dict, got %s",
|
||||
line_no, type(event).__name__)
|
||||
self._total_errors += 1
|
||||
except json.JSONDecodeError:
|
||||
logger.warning("Inbox line %d: invalid JSON, skipping", line_no)
|
||||
self._total_errors += 1
|
||||
|
||||
Reference in New Issue
Block a user