aboutsummaryrefslogtreecommitdiffstats
path: root/examples/simple/script_arguments.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/simple/script_arguments.py')
-rw-r--r--examples/simple/script_arguments.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/simple/script_arguments.py b/examples/simple/script_arguments.py
index 70851192..b46a1960 100644
--- a/examples/simple/script_arguments.py
+++ b/examples/simple/script_arguments.py
@@ -9,7 +9,7 @@ class Replacer:
flow.response.replace(self.src, self.dst)
-def start():
+def start(opts):
parser = argparse.ArgumentParser()
parser.add_argument("src", type=str)
parser.add_argument("dst", type=str)