summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--server/apps/agentcomm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/apps/agentcomm.py b/server/apps/agentcomm.py
index befd176..f9b11d1 100644
--- a/server/apps/agentcomm.py
+++ b/server/apps/agentcomm.py
@@ -143,7 +143,7 @@ def task_ret(json_data):
db.session.commit()
return {"code": 200, "msg": "ok"}
task_log = TaskLog(
- created_by_agent = json_data["id"],
+ # created_by_agent = json_data["id"],
tlog_level = json_data["level"],
tlog_info = json_data["info"],
tlog_tp = json_data["taskpolicy"]