More fixes in console.py for change the host
This commit is contained in:
parent
ff4d369a07
commit
da9c14640d
1 changed files with 2 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue