Skip to content

Commit

Permalink
reminder fix & improve efficiency
Browse files Browse the repository at this point in the history
  • Loading branch information
MagicTheDev committed Apr 19, 2024
1 parent 67b6d42 commit 652b65a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gamewide/war/track.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,7 @@ async def get_war(clan_tag : str):
war_found = True
break
elif war == "maintenance":
await asyncio.sleep(30)
continue
break
elif war == "no access":
if not switched:
clan_tag = opponent_tag
Expand Down

0 comments on commit 652b65a

Please sign in to comment.