Fixed error with displaying note lol

This commit is contained in:
Alynna Trypnotk 2018-10-30 22:42:18 +00:00 committed by kaniini
parent 0e6967b34a
commit 6170cd5ab0

View file

@ -25,6 +25,6 @@ async def default(request):
<p>To host your own relay, you may download the code at this address: <a href="https://git.pleroma.social/pleroma/relay">https://git.pleroma.social/pleroma/relay</a></p>
</body></html>
""".format(host=host))
""".format(host=host, note=note))
app.router.add_get('/', default)