import error
This commit is contained in:
parent
c1c238cc18
commit
01c68cd51f
2 changed files with 6 additions and 6 deletions
|
|
@ -4,7 +4,7 @@ from fastapi import APIRouter, Request, Response
|
|||
from fastapi.routing import APIRoute
|
||||
|
||||
from lnbits.db import Database
|
||||
from lnbits.helpers import temp_renderer
|
||||
from lnbits.helpers import template_renderer
|
||||
from lnbits.tasks import catch_everything_and_restart
|
||||
from typing import Callable
|
||||
from fastapi.responses import JSONResponse
|
||||
|
|
@ -22,8 +22,8 @@ temp_static_files = [
|
|||
}
|
||||
]
|
||||
|
||||
def temp_renderer():
|
||||
return temp_renderer(["temp/temps"])
|
||||
def template_renderer():
|
||||
return template_renderer(["temp/temps"])
|
||||
|
||||
from .lnurl import *
|
||||
from .tasks import wait_for_paid_invoices
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue