Skip to content

Commit

Permalink
fix: Update Progress Bar CSS Selector
Browse files Browse the repository at this point in the history
  • Loading branch information
srhinos committed Mar 28, 2022
1 parent f6968d4 commit 0e07af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion primelooter.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ def claim_external(self, url, publisher):
)

elif PrimeLooter.exists(
tab, "div[data-test-selector=ProgressBarSection]"
tab, "div[data-a-target=gms-progress-bar]"
):
log.warning(
f"Could not claim {loot_name} from {game_name} by {publisher} (account not connected)"
Expand Down

0 comments on commit 0e07af8

Please sign in to comment.