zhangyong 1 year ago
parent
commit
4ed1e31782
1 changed files with 2 additions and 2 deletions
  1. 2 2
      common/piaoquan_utils.py

+ 2 - 2
common/piaoquan_utils.py

@@ -98,9 +98,9 @@ class PQ:
                     all_data = {"video_id": video_id, "title": new_title, "cover": cover, "video_url": video_url}
                     list.append(all_data)
                     if len(list) == int(number):
-                        Common.logger("log").warning(f"获取视频总数:{len(list)}\n")
+                        Common.logger("log").info(f"获取视频总数:{len(list)}\n")
                         return list
-            Common.logger("log").warning(f"获取视频总数:{len(list)}\n")
+            Common.logger("log").info(f"获取视频总数:{len(list)}\n")
             return list
         except Exception as e:
             Common.logger("log").warning(f"获取音频视频链接失败:{e}\n")