Skip to content

Commit

Permalink
increase sleep time to load page
Browse files Browse the repository at this point in the history
  • Loading branch information
crdanielbusch committed Nov 21, 2024
1 parent 3fab64e commit 65d79de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/faostat_data_primap/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def get_html_content(url: str) -> BeautifulSoup:
driver.get(url)

# give time to load javascript
time.sleep(3)
time.sleep(5)

html_content = driver.page_source

Expand Down

0 comments on commit 65d79de

Please sign in to comment.