mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2026-06-09 20:04:52 +00:00
style: format
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user