diff --git a/roulette.py b/roulette.py index a0100d5..8601b73 100644 --- a/roulette.py +++ b/roulette.py @@ -225,10 +225,10 @@ def cheat(player_id, target_id): elif player_id in ko: success = False elif target_id in ok: - success = False + success = False except TypeError: - pass + pass return success