From abdc573aaa75b4cff9caa9e4ca6498ccadaa76f7 Mon Sep 17 00:00:00 2001 From: cfdaily Date: Sun, 17 May 2026 05:54:10 +0800 Subject: [PATCH] auto-sync: 2026-05-17 05:54:10 --- src/daemon/inbox.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/daemon/inbox.py b/src/daemon/inbox.py index 5d9e596..44070e8 100644 --- a/src/daemon/inbox.py +++ b/src/daemon/inbox.py @@ -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