parse port option

Change-Id: I5eb546acea4bf64f46a8667338673c03187bbaf7
This commit is contained in:
Chris Forbes 2014-04-04 08:50:36 +13:00
parent fb1c32b129
commit aec0e77d11

View File

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