Misplaced comment

This commit is contained in:
Thomas Rubini 2022-11-29 15:11:33 +01:00
parent 54785f04ee
commit 5c9f01efad
No known key found for this signature in database
GPG Key ID: C7D287C8C1CAC373

View File

@ -81,7 +81,7 @@ def get_game_info(): # DEPRECATED, SHOULD BE REMOVED
@routes_api.route("/startGame")
@jwt_required
def start_game(claims): # DEPRECATED, SHOULD BE REMOVED
def start_game(claims):
if not claims["owner"]:
return {"status": "Error, you are not the owner of this game"}