From ba21b6a6a2758bf2df9b0cbc755d8c7d2808cffb Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Tue, 11 Oct 2022 15:52:29 +0200 Subject: [proxy] fix proxy console script entry point --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index c9d4105..6e3f144 100644 --- a/setup.cfg +++ b/setup.cfg @@ -65,7 +65,7 @@ console_scripts = hydrilla = hydrilla.server:start hydrilla-server = hydrilla.server:start hydrilla-builder = hydrilla.builder.build:perform - haketilo = hydrilla.proxy_launcher:start + haketilo = hydrilla.mitmproxy_launcher.launch:launch [extract_messages] mapping_file = babel.cfg -- cgit v1.2.3