소스 검색

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

luojunhui 5 달 전
부모
커밋
18174e0b11
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      tasks/history_task.py

+ 1 - 2
tasks/history_task.py

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