diff --git a/truthseeker/routes_api.py b/truthseeker/routes_api.py index 233b96c..5a3cc2b 100644 --- a/truthseeker/routes_api.py +++ b/truthseeker/routes_api.py @@ -38,7 +38,7 @@ def join_game(): return response @api_routes.route("/getGameInfo") -def get_game_info(): +def get_game_info(): # DEPRECATED, SHOULD BE REMOVED response = {} game_id = flask.request.args.get("game_id") if game_id == None: