Skip to content

Commit

Permalink
ci: Correct Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
srhinos committed Mar 28, 2022
1 parent 0e07af8 commit 47521ae
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions primelooter.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,7 @@ def claim_external(self, url, publisher):
f"Could not get code for {loot_name} ({game_name}) from {publisher}"
)

elif PrimeLooter.exists(
tab, "div[data-a-target=gms-progress-bar]"
):
elif PrimeLooter.exists(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 47521ae

Please sign in to comment.