Selenium missing kids fix

This commit is contained in:
Luciano Gervasoni
2025-04-07 13:30:42 +02:00
parent 04aed5a0f5
commit d41fb26a99
2 changed files with 6 additions and 1 deletions

View File

@@ -76,7 +76,7 @@ class MissingKidsFetcher():
logger.info(e.text)
# driver.refresh()
time.sleep(os.getenv("SELENIUM_SLEEP_PER_PAGE", 4))
time.sleep(int(os.getenv("SELENIUM_SLEEP_PER_PAGE", 4)))
if (i == first_n_pages):
continue_iterating = False