From bde9a4a2ec8340bf4fa238ea611588727adecba8 Mon Sep 17 00:00:00 2001 From: Ben Arc Date: Tue, 20 Apr 2021 00:12:44 +0100 Subject: [PATCH] added shortuuid --- lnbits/extensions/copilot/tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnbits/extensions/copilot/tasks.py b/lnbits/extensions/copilot/tasks.py index b99821c9..6547aa5f 100644 --- a/lnbits/extensions/copilot/tasks.py +++ b/lnbits/extensions/copilot/tasks.py @@ -7,7 +7,7 @@ from lnbits.core.models import Payment from lnbits.tasks import register_invoice_listener from .crud import get_copilot - +import shortuuid async def register_listeners(): invoice_paid_chan_send, invoice_paid_chan_recv = trio.open_memory_channel(2)