Prechádzať zdrojové kódy

报警将时间戳修改为时间

luojunhui 4 mesiacov pred
rodič
commit
6816f14fb4
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 2 2
      updatePublishedMsgDaily.py

+ 2 - 2
updatePublishedMsgDaily.py

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