zhangyong 1 년 전
부모
커밋
4ed1e31782
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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")