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