mirror of
https://github.com/quatalog/quatalog.git
synced 2025-11-29 15:55:55 +00:00
Remove jump debug print
This commit is contained in:
parent
52fdab6ce6
commit
fc72fda5de
|
|
@ -72,7 +72,6 @@ def jump_to_page(curr_page, to_page, postback_type, pagination_type):
|
||||||
else:
|
else:
|
||||||
jumpable_pages[max(jumpable_pages)].click()
|
jumpable_pages[max(jumpable_pages)].click()
|
||||||
curr_page = max(jumpable_pages)
|
curr_page = max(jumpable_pages)
|
||||||
print(f"Jumping to {postback_type} page {curr_page}", file=sys.stderr)
|
|
||||||
|
|
||||||
wait(EC.staleness_of(page))
|
wait(EC.staleness_of(page))
|
||||||
sleep(random.uniform(400, 1900) / 1000)
|
sleep(random.uniform(400, 1900) / 1000)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue