Skip to content

Commit

Permalink
Slightly reduce scroll time
Browse files Browse the repository at this point in the history
  • Loading branch information
boivinalex committed Jun 20, 2020
1 parent bf31419 commit 7b28341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scrape.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
"""
Expand Down

0 comments on commit 7b28341

Please sign in to comment.