Renamed config file
This commit is contained in:
parent
ae081bf69f
commit
392e5b571d
2
foodoord
2
foodoord
@ -12,7 +12,7 @@ from ConfigParser import SafeConfigParser
|
|||||||
|
|
||||||
#Read config
|
#Read config
|
||||||
parser = SafeConfigParser()
|
parser = SafeConfigParser()
|
||||||
parser.read('/etc/door.conf')
|
parser.read('/etc/foodoord.conf')
|
||||||
|
|
||||||
url = parser.get('door_firstlevel', 'status_url')
|
url = parser.get('door_firstlevel', 'status_url')
|
||||||
old_api = parser.get('door_firstlevel_old', 'status_url')
|
old_api = parser.get('door_firstlevel_old', 'status_url')
|
||||||
|
Loading…
Reference in New Issue
Block a user