Changed path for config
This commit is contained in:
@@ -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'])
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user