removing unnecessary files

This commit is contained in:
Gabriel Bo
2026-03-03 19:12:37 -08:00
parent 494fc39c65
commit 9ddebbfca9
19 changed files with 7 additions and 22045 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ def serve(
from openjarvis.telemetry.store import TelemetryStore
db_path = Path(config.telemetry.db_path)
db_path = Path(config.telemetry.db_path).expanduser()
db_path.parent.mkdir(parents=True, exist_ok=True)
telem_store = TelemetryStore(str(db_path))
telem_store.subscribe_to_bus(bus)