diff options
| author | shihaoyue <[email protected]> | 2024-09-06 23:37:32 +0800 |
|---|---|---|
| committer | shihaoyue <[email protected]> | 2024-09-06 23:37:32 +0800 |
| commit | 9ec6b8af0a2cb7d9380664ff962cd8a779ca82a5 (patch) | |
| tree | 630f6fe911093f449c0f28c6113d5852ddd470be /server/apps/agentcomm.py | |
| parent | bcf81fdb3376a0ae3be65b55aa4d96ef355f47f1 (diff) | |
更新数据库修补
Diffstat (limited to 'server/apps/agentcomm.py')
| -rw-r--r-- | server/apps/agentcomm.py | 2 |
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"] |
