From 77860ec16db5744d72ffec0dd329c21899e966e9 Mon Sep 17 00:00:00 2001 From: Ben Arc Date: Mon, 19 Apr 2021 09:35:26 +0100 Subject: [PATCH] Forgot to add keyword --- lnbits/extensions/copilot/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnbits/extensions/copilot/views.py b/lnbits/extensions/copilot/views.py index 05b98cdc..bd894956 100644 --- a/lnbits/extensions/copilot/views.py +++ b/lnbits/extensions/copilot/views.py @@ -69,7 +69,7 @@ async def panel(copilot_id): @copilot_ext.route( "/api/v1/copilot/hook///", methods=["GET"] ) -async def api_copilot_hooker(copilot_id, amount): +async def api_copilot_hooker(copilot_id, amount, comment): data = "" webhook = ""