Skip to content

Commit

Permalink
fix: Attempt a fix for timeouts related to stupid crypto game
Browse files Browse the repository at this point in the history
  • Loading branch information
srhinos committed Mar 14, 2022
1 parent 85113df commit 6627e79
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions primelooter.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,7 @@ def claim_external(self, url, publisher):
continue

claim_button.click()
tab.wait_for_load_state("networkidle")

# validate
tab.wait_for_selector("div[data-a-target=gms-base-modal]")

if PrimeLooter.exists(tab, "div.gms-success-modal-container"):
Expand Down

0 comments on commit 6627e79

Please sign in to comment.