From 4c4eafeeaa6e9c40771b4ec014718b6818cf666f Mon Sep 17 00:00:00 2001 From: arcbtc Date: Thu, 28 Dec 2023 14:28:06 +0000 Subject: [PATCH] name conflict --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]