Enable onchain wallet support

This commit is contained in:
Fitti
2021-08-01 05:22:28 +02:00
parent 7444be8c54
commit 5ddcb60525
2 changed files with 69 additions and 3 deletions
+3 -1
View File
@@ -22,5 +22,7 @@ async def donation(state):
if not service:
abort(HTTPStatus.NOT_FOUND, "Service does not exist.")
return await render_template(
"streamalerts/display.html", twitchuser=service.twitchuser, service=service.id
"streamalerts/display.html",
twitchuser=service.twitchuser,
service=service.id
)