Update the path to the correct mqtt-aprs.cfg location
This commit is contained in:
parent
ec06d78bb6
commit
41ca8eca97
|
|
@ -27,7 +27,7 @@ from datetime import datetime, timedelta
|
||||||
# Read the config file
|
# Read the config file
|
||||||
config = ConfigParser.RawConfigParser()
|
config = ConfigParser.RawConfigParser()
|
||||||
# TODO: Fix path:
|
# TODO: Fix path:
|
||||||
config.read("./mqtt-aprs.cfg")
|
config.read("/etc/mqtt-aprs/mqtt-aprs.cfg")
|
||||||
|
|
||||||
# Use ConfigParser to pick out the settings
|
# Use ConfigParser to pick out the settings
|
||||||
DEBUG = config.getboolean("global", "debug")
|
DEBUG = config.getboolean("global", "debug")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue