More indent bugs
This commit is contained in:
parent
c6a630d974
commit
7a32ea04c7
1 changed files with 2 additions and 2 deletions
|
@ -225,10 +225,10 @@ def cheat(player_id, target_id):
|
||||||
elif player_id in ko:
|
elif player_id in ko:
|
||||||
success = False
|
success = False
|
||||||
elif target_id in ok:
|
elif target_id in ok:
|
||||||
success = False
|
success = False
|
||||||
|
|
||||||
except TypeError:
|
except TypeError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
return success
|
return success
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue