Update the path to the correct mqtt-aprs.cfg location

This commit is contained in:
mloebl 2018-03-18 17:34:00 -04:00 committed by GitHub
parent ec06d78bb6
commit 41ca8eca97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ from datetime import datetime, timedelta
# Read the config file
config = ConfigParser.RawConfigParser()
# TODO: Fix path:
config.read("./mqtt-aprs.cfg")
config.read("/etc/mqtt-aprs/mqtt-aprs.cfg")
# Use ConfigParser to pick out the settings
DEBUG = config.getboolean("global", "debug")