|
@@ -224,7 +224,7 @@ class ZhongQingKanDianAuthor:
|
|
|
video_content_link = video_obj.get("share_url")
|
|
|
if video_content_link:
|
|
|
self.req_detail(video_content_link, **video_obj)
|
|
|
- time.sleep(random.randint(5,30))
|
|
|
+ time.sleep(random.randint(5,10))
|
|
|
except Exception as e:
|
|
|
tb_info = traceback.format_exc()
|
|
|
self.aliyun_log.logging(
|