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)