diff --git a/projects/activitypub_relay/src/python/relay/views.py b/projects/activitypub_relay/src/python/relay/views.py index b45f04e..13094ef 100644 --- a/projects/activitypub_relay/src/python/relay/views.py +++ b/projects/activitypub_relay/src/python/relay/views.py @@ -27,7 +27,7 @@ def register_route(method, path): @register_route("GET", "/") async def home(request): - following = "" + following = "" following_count = len(request.app.database.hostnames) requested = "" requested_count = len(request.app.database["follow-requests"])