wangkun 2 years ago
parent
commit
e4d2900317
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/shipinhao_topic.py

+ 1 - 1
main/shipinhao_topic.py

@@ -289,7 +289,7 @@ class Topic:
                     search_history.click()
                     break
                 except NoSuchElementException:
-                    time.sleep(1)
+                    time.sleep(3)
                     Common.logger(log_type).info('未发现更多按钮')
 
             Common.logger(log_type).info('查找所有搜索历史')