wangkun il y a 2 ans
Parent
commit
d3958c7fb9
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      main/shipinhao_get_url.py

+ 2 - 1
main/shipinhao_get_url.py

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