wangkun 3 years ago
parent
commit
9be97b9d53
1 changed files with 1 additions and 1 deletions
  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