diff --git a/__init__.py b/__init__.py index b463fc3..c62b93f 100644 --- a/__init__.py +++ b/__init__.py @@ -9,7 +9,7 @@ from lnbits.tasks import catch_everything_and_restart from typing import Callable from fastapi.responses import JSONResponse -db = Database("ext_temp") +db = Database("ext_tempextension") temp_ext: APIRouter = APIRouter( prefix="/temp", tags=["temp"]