chore: format

This commit is contained in:
Vlad Stan
2022-10-07 11:17:02 +03:00
parent 91a981a9ac
commit 33212e0b73
15 changed files with 992 additions and 610 deletions
+1
View File
@@ -9,6 +9,7 @@ from lnbits.tasks import internal_invoice_queue, register_invoice_listener
from .crud import get_cashu
async def wait_for_paid_invoices():
invoice_queue = asyncio.Queue()
register_invoice_listener(invoice_queue)