diff --git a/paramecio/console.py b/paramecio/console.py index 874d008..5b1cfdb 100644 --- a/paramecio/console.py +++ b/paramecio/console.py @@ -163,7 +163,7 @@ def start(): else: port_deploy=':'+args.port - conf=conf.replace("port=8080", "base_url="+args.port) + conf=conf.replace("port=8080", "port="+args.port) base_url='/'