More indent bugs

This commit is contained in:
guimoz 2017-01-26 23:44:28 +01:00
parent c6a630d974
commit 7a32ea04c7

View file

@ -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