First Fixes/Adjustments to the MelodyBuilder and SpeedCalc

This commit is contained in:
2026-02-22 13:59:31 +02:00
parent 8703c4fe26
commit cfae55025d
6 changed files with 418 additions and 289 deletions

View File

@@ -11,7 +11,7 @@ from fastapi import HTTPException
logger = logging.getLogger("builder.service")
# Storage directory for built .bsm files
STORAGE_DIR = Path("storage/built_melodies")
STORAGE_DIR = Path(__file__).parent.parent / "storage" / "built_melodies"
def _ensure_storage_dir():

0
backend/mqtt_data.db Normal file
View File