diff options
Diffstat (limited to 'examples/stub.py')
-rw-r--r-- | examples/stub.py | 2 |
1 files changed, 1 insertions, 1 deletions
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. """ |