Fix in console.py
This commit is contained in:
parent
451999e57d
commit
ff4d369a07
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ def start():
|
||||||
else:
|
else:
|
||||||
port_deploy=':'+args.port
|
port_deploy=':'+args.port
|
||||||
|
|
||||||
conf=conf.replace("port=8080", "base_url="+args.port)
|
conf=conf.replace("port=8080", "port="+args.port)
|
||||||
|
|
||||||
base_url='/'
|
base_url='/'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue