Parcourir la source

history 增加bot && log'

luojunhui il y a 11 mois
Parent
commit
755a5166de
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  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
                 )