From 7a32ea04c723e17fad05b1875d19b44e78d97dea Mon Sep 17 00:00:00 2001 From: guimoz Date: Thu, 26 Jan 2017 23:44:28 +0100 Subject: [PATCH] More indent bugs --- roulette.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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