Changed path for config
This commit is contained in:
parent
d8489a59a5
commit
4a10eee19e
@ -17,7 +17,7 @@ def main(args):
|
|||||||
log.debug("Logging started")
|
log.debug("Logging started")
|
||||||
|
|
||||||
global config
|
global config
|
||||||
config = readConfig("config.yml")
|
config = readConfig("/data/config.yml")
|
||||||
|
|
||||||
s = setupSocket(config['socket']['address'], config['socket']['port'])
|
s = setupSocket(config['socket']['address'], config['socket']['port'])
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user