From 6170cd5ab09244040eebc5de2512b6ea8a2f3536 Mon Sep 17 00:00:00 2001 From: Alynna Trypnotk Date: Tue, 30 Oct 2018 22:42:18 +0000 Subject: [PATCH] Fixed error with displaying note lol --- relay/default.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/relay/default.py b/relay/default.py index 295d3e4..9d22419 100644 --- a/relay/default.py +++ b/relay/default.py @@ -25,6 +25,6 @@ async def default(request):

To host your own relay, you may download the code at this address: https://git.pleroma.social/pleroma/relay

-""".format(host=host)) +""".format(host=host, note=note)) app.router.add_get('/', default)