cfg json bullcrap
This commit is contained in:
2
main.py
2
main.py
@@ -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. """
|
||||
|
||||
Reference in New Issue
Block a user