每30秒一页
This commit is contained in:
@@ -41,7 +41,7 @@ def index_data_scraper(index_code: str, data_file_path: str):
|
||||
page.get_by_role("link", name=">", exact=True).click(timeout=30000)
|
||||
except Exception as e:
|
||||
break
|
||||
time.sleep(10)
|
||||
time.sleep(30)
|
||||
|
||||
|
||||
def get_state():
|
||||
|
||||
Reference in New Issue
Block a user