formatting

This commit is contained in:
Jim Moffet
2022-07-01 11:49:31 -07:00
parent 8e9be686d2
commit b932294a9c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ from flask import (
render_template, render_template,
request, request,
session, session,
url_for url_for,
) )
from flask.globals import _lookup_req_object, _request_ctx_stack from flask.globals import _lookup_req_object, _request_ctx_stack
from flask_login import LoginManager, current_user from flask_login import LoginManager, current_user
+1 -1
View File
@@ -30,7 +30,7 @@ def index():
return render_template( return render_template(
'views/signedout.html', 'views/signedout.html',
sms_rate=CURRENT_SMS_RATE, sms_rate=CURRENT_SMS_RATE,
counts=status_api_client.get_count_of_live_services_and_organisations() counts=status_api_client.get_count_of_live_services_and_organisations(),
) )