added shortuuid

This commit is contained in:
Ben Arc 2021-04-20 00:12:44 +01:00
parent c397d4c3c4
commit bde9a4a2ec

View file

@ -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)