auto-sync: 2026-05-17 05:56:03

This commit is contained in:
cfdaily
2026-05-17 05:56:03 +08:00
parent e70933d223
commit 1a4d95a835
+1 -1
View File
@@ -329,7 +329,7 @@ class Blackboard:
# Observation
# ===================================================================
def add_observation(self, task_id: str, observer: str, body: str,
def add_observation(self, task_id: Optional[str], observer: str, body: str,
severity: str = "info") -> int:
conn = self._conn()
try: