diff --git a/paramecio/console.py b/paramecio/console.py index 5b1cfdb..74fc1bc 100644 --- a/paramecio/console.py +++ b/paramecio/console.py @@ -151,7 +151,8 @@ def start(): if args.host==None: args.host='localhost' - + + conf=conf.replace("host='localhost'", "host='"+args.host+"'") if args.port==None: args.port='8080'