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

Commit

Permalink
Improve logging
Browse files Browse the repository at this point in the history
  • Loading branch information
LeagueOfPoro committed Jul 25, 2022
1 parent 80dcfba commit f2fc95d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ def checkRewards(driver):

# Open new live matches
newLiveMatches = set(liveMatches) - set(currentWindows.keys())
log.info(f"Opening {len(newLiveMatches)} new matches")
for match in newLiveMatches:
driver.switch_to.new_window('tab')
time.sleep(2)
Expand Down

0 comments on commit f2fc95d

Please sign in to comment.