@@ -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)