cfg json bullcrap

This commit is contained in:
2025-01-28 17:41:50 -06:00
parent 63e79c5a4c
commit 4afc4b3ad0
19 changed files with 26 additions and 24 deletions

View File

@@ -15,7 +15,7 @@ with open("conf.json", "r") as file:
l = logging.getLogger(__name__)
coloredlogs.install(logger=l)
useRadarServer = cfg[useRadarServer]
useRadarServer = cfg["useRadarServer"]
async def createTemp():
""" Used on a first time run, creates necessary files & directories for the message encoder to work properly. """