More fixes in console.py for change the host

This commit is contained in:
Antonio de la Rosa 2017-02-20 01:32:11 +01:00
parent ff4d369a07
commit da9c14640d

View file

@ -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'