From ab6f18e8efdd0ef1e5edda710e9f495e0c92e5ed Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Tue, 3 Aug 2021 23:09:52 +0300 Subject: fix --host and --port --- inverter-http-proxy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inverter-http-proxy b/inverter-http-proxy index b0ec7dd..c658e1e 100755 --- a/inverter-http-proxy +++ b/inverter-http-proxy @@ -47,4 +47,4 @@ if __name__ == '__main__': app = web.Application() app.add_routes(routes) - web.run_app(app) + web.run_app(app, host=args.host, port=args.port) -- cgit v1.2.3