From deb09e5c749e3353c927d7fe94bbd35f25ff85ee Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sun, 11 Apr 2021 18:03:11 +0200 Subject: dprint yapf continuation align style edit --- api/status.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'api/status.py') diff --git a/api/status.py b/api/status.py index 45410a4..a47c6c4 100644 --- a/api/status.py +++ b/api/status.py @@ -7,13 +7,13 @@ 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() - ) + # "users": int, + "games": + len( + cursor.execute( + "select game_id from games where status = \"in_progress\"" + ).fetchall() + ) } -- cgit v1.2.3