Przeglądaj źródła

将审核天数提高到7天

luojunhui 4 miesięcy temu
rodzic
commit
da95a8fa63
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      updatePublishedMsgDaily.py

+ 2 - 2
updatePublishedMsgDaily.py

@@ -599,7 +599,7 @@ def monitor():
             title="监控任务连接数据库失败",
             detail={
                 "job": "monitor",
-                "error": e,
+                "error": str(e),
                 "msg": error_msg
             }
         )
@@ -629,7 +629,7 @@ def monitor():
                         "ghId": gh_id,
                         "accountName": account_name,
                         "title": title,
-                        "wx_sn": wx_sn
+                        "wx_sn": str(wx_sn)
                     },
                     mention=False
                 )