From 5c9f01efad56384cdc5eafbd44c82007c5eaa906 Mon Sep 17 00:00:00 2001 From: Thomas Rubini <74205383+ThomasRubini@users.noreply.github.com> Date: Tue, 29 Nov 2022 15:11:33 +0100 Subject: [PATCH] Misplaced comment --- truthseeker/routes/routes_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/truthseeker/routes/routes_api.py b/truthseeker/routes/routes_api.py index 4fa8d44..52e5467 100644 --- a/truthseeker/routes/routes_api.py +++ b/truthseeker/routes/routes_api.py @@ -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"}