parse port option
Change-Id: I5eb546acea4bf64f46a8667338673c03187bbaf7
This commit is contained in:
parent
fb1c32b129
commit
aec0e77d11
@ -23,4 +23,4 @@ except IOError as e:
|
||||
|
||||
|
||||
app = web.get_app(conf)
|
||||
app.run(host=args.ip, port=args.port)
|
||||
app.run(host=args.ip, port=int(args.port))
|
||||
|
Loading…
x
Reference in New Issue
Block a user