auto-sync: 2026-05-17 05:54:10

This commit is contained in:
cfdaily
2026-05-17 05:54:10 +08:00
parent 32b4afa1bd
commit abdc573aaa
+1
View File
@@ -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