Przeglądaj źródła

报警将时间戳修改为时间

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

+ 2 - 2
updatePublishedMsgDaily.py

@@ -653,8 +653,8 @@ def monitor():
                     "ghId": gh_id,
                     "accountName": account_name,
                     "title": title,
-                    "wx_sn": wx_sn,
-                    "error": e,
+                    "wx_sn": str(wx_sn),
+                    "error": str(e),
                     "msg": error_msg
                 }
             )