From 06493b18dd57c8dbaf771a579488d720c7bcb460 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Mon, 22 Feb 2021 14:49:40 +0100 Subject: indentation --- api/status.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'api') diff --git a/api/status.py b/api/status.py index a1b183a..6404a7f 100644 --- a/api/status.py +++ b/api/status.py @@ -6,9 +6,9 @@ status = Blueprint('status', __name__) @status.route('/status') def index(): return { - # "users": int, - "games": len(cursor.execute ("select game_id from games where status = \"in_progress\"").fetchall()) -} + # "users": int, + "games": len(cursor.execute ("select game_id from games where status = \"in_progress\"").fetchall()) + } dynamic_route = ["/", status] -- cgit v1.2.3