From afda175e1ccebf072391432ad74d6118c7cbb407 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Sat, 23 Jul 2016 15:43:55 +1200 Subject: Addon iface: .configure(options) -> .configure(options, updated) --- examples/stub.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/stub.py') diff --git a/examples/stub.py b/examples/stub.py index e5b4a39a..4f5061e2 100644 --- a/examples/stub.py +++ b/examples/stub.py @@ -11,7 +11,7 @@ def start(): mitmproxy.ctx.log("start") -def configure(options): +def configure(options, updated): """ Called once on script startup before any other events, and whenever options changes. """ -- cgit v1.2.3