diff options
author | Maximilian Hils <git@maximilianhils.com> | 2013-12-08 14:14:31 +0100 |
---|---|---|
committer | Maximilian Hils <git@maximilianhils.com> | 2013-12-08 14:14:31 +0100 |
commit | e3c69fd105f925009fdf31efe8598f70e2950ab4 (patch) | |
tree | b61bb99ae8e34f73583263619730fbbe5d526161 /examples/stub.py | |
parent | 948d4c0445f006640d08d96dc3d6e604df78bc99 (diff) | |
parent | 3a1d85ab18dbff82505feac3619af733a0a2b4f7 (diff) | |
download | mitmproxy-e3c69fd105f925009fdf31efe8598f70e2950ab4.tar.gz mitmproxy-e3c69fd105f925009fdf31efe8598f70e2950ab4.tar.bz2 mitmproxy-e3c69fd105f925009fdf31efe8598f70e2950ab4.zip |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'examples/stub.py')
-rw-r--r-- | examples/stub.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/stub.py b/examples/stub.py index 31411145..42b2935a 100644 --- a/examples/stub.py +++ b/examples/stub.py @@ -1,8 +1,7 @@ """ This is a script stub, with definitions for all events. """ - -def start(ctx): +def start(ctx, argv): """ Called once on script startup, before any other events. """ |