1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2026-06-09 20:04:52 +00:00

style: format

This commit is contained in:
2024-01-15 19:25:15 +08:00
parent e5f91e0c0a
commit e6a3b79733
13 changed files with 124 additions and 115 deletions
@@ -36,7 +36,7 @@ class TacticalChallenge(TacticalChallengeUI):
if not select:
return random.choice(self.select_players)
else:
return self.select_players[select-1]
return self.select_players[select - 1]
def _handle_challenge(self, status):
match status: