qd_indicator_codes add column.

This commit is contained in:
guopengfa
2026-01-31 20:31:43 +08:00
parent 978e562009
commit 15e5e380e9
2 changed files with 5 additions and 4 deletions
@@ -231,7 +231,6 @@ class SignalNotifier:
else:
ok, err = False, f"unsupported_channel:{c}"
except Exception as e:
logger.error(rf'signal notify error: {traceback.format_exc()}')
ok, err = False, str(e)
results[c] = {"ok": bool(ok), "error": (err or "")}