wangkun 2 năm trước cách đây
mục cha
commit
b026b9f039
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      main/haokan_follow.py

+ 2 - 2
main/haokan_follow.py

@@ -356,8 +356,8 @@ class Follow:
                     our_id = v.split(',')[1]
                     Common.logger(log_type).info(f'抓取{user_name}主页视频\n')
                     cls.get_follow_feed(log_type, out_id, our_id, user_name, env)
-                    Common.logger(log_type).info('休眠 30 秒\n')
-                    time.sleep(30)
+                    Common.logger(log_type).info('休眠 10 秒\n')
+                    time.sleep(10)
                     cls.ctime = ''
         except Exception as e:
             Common.logger(log_type).error(f'get_user_videos异常:{e}\n')