Browse Source

Merge branch '2024-11-12-luojunhui-add-log-to-history-task' of Server/title_with_video into 2024-09-23newDbTasks

luojunhui 5 months ago
parent
commit
18174e0b11
1 changed files with 1 additions and 2 deletions
  1. 1 2
      tasks/history_task.py

+ 1 - 2
tasks/history_task.py

@@ -394,8 +394,7 @@ class historyContentIdTask(object):
                     title="history task failed",
                     detail={
                         "trace_id": trace_id,
-                        "error": str(e),
-                        "traceback": traceback.format_exc()
+                        "error": str(e)
                     },
                     mention=False
                 )