From 63c6660895c83967c5d93499bcda3e233f722ded Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Mon, 13 Jun 2016 18:17:09 -0700 Subject: update examples, tests, docs --- examples/proxapp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/proxapp.py') diff --git a/examples/proxapp.py b/examples/proxapp.py index 4d8e7b58..613d3f8b 100644 --- a/examples/proxapp.py +++ b/examples/proxapp.py @@ -15,7 +15,7 @@ def hello_world(): # Register the app using the magic domain "proxapp" on port 80. Requests to # this domain and port combination will now be routed to the WSGI app instance. -def start(context, argv): +def start(context): context.app_registry.add(app, "proxapp", 80) # SSL works too, but the magic domain needs to be resolvable from the mitmproxy machine due to mitmproxy's design. -- cgit v1.2.3