From 07c2b124e4348b15f1e5ec18c6cdfd77248c6bc8 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Fri, 16 Apr 2021 16:57:26 +0200 Subject: spaces > tabs in python :( --- api/status.py | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'api/status.py') diff --git a/api/status.py b/api/status.py index a47c6c4..32f96ee 100644 --- a/api/status.py +++ b/api/status.py @@ -6,15 +6,15 @@ status = Blueprint('server_status', __name__) @status.route('/status') def index(): - return { - # "users": int, - "games": - len( - cursor.execute( - "select game_id from games where status = \"in_progress\"" - ).fetchall() - ) - } + return { + # "users": int, + "games": + len( + cursor.execute( + "select game_id from games where status = \"in_progress\"" + ).fetchall() + ) + } dynamic_route = ["/", status] -- cgit v1.2.3