发视频等待为20分钟

This commit is contained in:
work
2026-02-06 15:54:45 +08:00
parent 9b9df26a3c
commit 75b78e18fe

View File

@@ -371,7 +371,7 @@ def retry_get_new_video(page, cookies, post_count):
Returns: Returns:
函数执行结果或抛出Timeout如果超时 函数执行结果或抛出Timeout如果超时
""" """
max_duration = 5 * 60 # 5分钟 max_duration = 20 * 60 # 5分钟
retry_interval = 30 # 30秒重试一次 retry_interval = 30 # 30秒重试一次
start_time = time.time() start_time = time.time()
attempt = 1 attempt = 1