diff options
Diffstat (limited to 'examples/simple/log_events.py')
-rw-r--r-- | examples/simple/log_events.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/simple/log_events.py b/examples/simple/log_events.py index a81892aa..581b99f3 100644 --- a/examples/simple/log_events.py +++ b/examples/simple/log_events.py @@ -7,6 +7,6 @@ If you want to help us out: https://github.com/mitmproxy/mitmproxy/issues/1530 : from mitmproxy import ctx -def start(opts): +def load(l): ctx.log.info("This is some informative text.") ctx.log.error("This is an error.") |