Skip to content

Commit

Permalink
Merge pull request #2639 from data-for-change/2638-map_widgets_blurre…
Browse files Browse the repository at this point in the history
…d_on_telegram

increased time of wait for page to load before the downloads start
  • Loading branch information
tkalir authored Apr 27, 2024
2 parents b6e5760 + a0cc54c commit 4bac992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anyway/infographic_image_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def generate_infographics_in_selenium_container(browser, newsflash_id):
generated_images_names = []
try:
browser.get(newsflash_page_url)
time.sleep(15)
time.sleep(60)
elements = get_download_button_elements(browser)
buttons_found = len(elements)
logging.debug(f"found {buttons_found} buttons")
Expand Down

0 comments on commit 4bac992

Please sign in to comment.