diff --git a/scrape.py b/scrape.py index 571f823..706dc15 100644 --- a/scrape.py +++ b/scrape.py @@ -26,7 +26,7 @@ # number of seconds to wait before each scroll when infinite scrolling to botom # may not get to the botom if too short -SCROLL_PAUSE_TIME = 1 +SCROLL_PAUSE_TIME = 0.8 class element_present_after_scrolling(): """