fixed a small bug
This commit is contained in:
parent
a921e193de
commit
b94b8fbbe9
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ def is_my_turn(req,form,gobandict):
|
|||
if ((player1 == me) and (play == "white")) or ((player2 == me) and (play == "black")):
|
||||
return True
|
||||
else:
|
||||
return false
|
||||
return False
|
||||
|
||||
|
||||
def create_gobandict(req,form,gamename):
|
||||
|
|
Loading…
Reference in a new issue