fix sql path

This commit is contained in:
2026-08-04 23:07:46 +02:00
parent 236f415efe
commit e9ee19e0aa
+1 -1
View File
@@ -11,7 +11,7 @@ from config import Config
logger = logging.getLogger(__name__)
SCHEMA_PATH = os.path.join(os.path.dirname(__file__), "..", "sql", "schema.sql")
SCHEMA_PATH = os.path.join(os.path.dirname(__file__), "sql", "schema.sql")
@contextmanager