fixed a small bug

This commit is contained in:
phear 2005-10-11 21:48:50 +00:00
parent a921e193de
commit b94b8fbbe9

View file

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