wangkun 2 years ago
parent
commit
20be6e637e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      main/shipinhao_get_url.py

+ 1 - 0
main/shipinhao_get_url.py

@@ -135,6 +135,7 @@ class GetUrl:
             while True:
                 if len(Feishu.get_values_batch(log_type, 'shipinhao', 'FSDlBy')) == 1:
                     Common.logger(log_type).info('暂无需要获取地址的视频信息')
+                    time.sleep(30)
                     break
                 else:
                     cls.write_url(log_type)