wangkun 2 년 전
부모
커밋
9be97b9d53
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      main/shipinhao_get_url.py

+ 1 - 1
main/shipinhao_get_url.py

@@ -148,7 +148,7 @@ class GetUrl:
         try:
             while True:
                 if len(Feishu.get_values_batch(log_type, 'shipinhao', 'FSDlBy')) == 1\
-                        or len(Feishu.get_values_batch(log_type, 'shipinhao', '4Y2e5n')) == 1:
+                        and len(Feishu.get_values_batch(log_type, 'shipinhao', '4Y2e5n')) == 1:
                     Common.logger(log_type).info('暂无需要获取地址的视频信息')
                     time.sleep(30)
                     break