Browse Source

rank---微信体系内只要有返回则选择微信体系内视频

罗俊辉 1 year ago
parent
commit
59511c4dbc
1 changed files with 5 additions and 1 deletions
  1. 5 1
      applications/log.py

+ 5 - 1
applications/log.py

@@ -62,4 +62,8 @@ def logging(
         logitems=log_group,
         compress=False,
     )
-    client.put_logs(request)
+    try:
+        client.put_logs(request)
+    except Exception as e:
+        print("日志失败")
+        print(e)