From da9c14640dd66f50fb0e3148771220a97f634bf3 Mon Sep 17 00:00:00 2001 From: Antonio de la Rosa Date: Mon, 20 Feb 2017 01:32:11 +0100 Subject: [PATCH] More fixes in console.py for change the host --- paramecio/console.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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'