Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
Improved logging
Browse files Browse the repository at this point in the history
  • Loading branch information
LeagueOfPoro committed Jul 28, 2022
1 parent 6fd0b9e commit c80176d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ def checkRewards(driver, url, retries=5):
driver.switch_to.window(originalWindow)
time.sleep(5)
else:
checkRewards(driver, url)
checkRewards(driver, k)
for k in toRemove:
currentWindows.pop(k, None)
driver.switch_to.window(originalWindow)
Expand Down

0 comments on commit c80176d

Please sign in to comment.