This commit is contained in:
2025-05-27 16:48:28 -04:00
parent e07a9dd7d2
commit 68408c4796
8 changed files with 34 additions and 27 deletions

View File

@ -25,7 +25,7 @@ class Misc(FastAPI):
self.radio = radio
self.activity_image: Optional[bytes] = None
self.nos_json_path: str = os.path.join(
"/", "usr", "local", "share", "naas", "reasons.json"
"/", "mnt", "data", "share", "naas", "reasons.json"
)
self.nos: list[str] = []
self.last_5_nos: list[str] = []