fix: missing import
This commit is contained in:
parent
44ae8086cc
commit
be606934bf
1 changed files with 2 additions and 2 deletions
4
tasks.py
4
tasks.py
|
|
@ -1,14 +1,14 @@
|
|||
import asyncio
|
||||
import re
|
||||
|
||||
from loguru import logger
|
||||
|
||||
from lnbits.core.models import Payment
|
||||
|
||||
from lnbits.helpers import get_current_extension_name
|
||||
from lnbits.tasks import register_invoice_listener
|
||||
|
||||
from .crud import create_account, get_account, update_account
|
||||
|
||||
from .models import NostrAccount
|
||||
|
||||
async def wait_for_paid_invoices():
|
||||
invoice_queue = asyncio.Queue()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue