Readded leading /
This commit is contained in:
parent
d39024d369
commit
608cb4a0b9
@ -13,7 +13,7 @@ def main(args):
|
|||||||
log.debug("Logging started")
|
log.debug("Logging started")
|
||||||
|
|
||||||
global config
|
global config
|
||||||
config = readConfig("data/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