From 876b5479975370fb97f10552eebae4dec5ecccb8 Mon Sep 17 00:00:00 2001 From: Quentin Swain Date: Sat, 19 Jan 2019 15:31:18 -0500 Subject: [PATCH] Fix typo in example script --- swagger/sdrangel/examples/start_stop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swagger/sdrangel/examples/start_stop.py b/swagger/sdrangel/examples/start_stop.py index 8a09baa0c..ac2be1c07 100644 --- a/swagger/sdrangel/examples/start_stop.py +++ b/swagger/sdrangel/examples/start_stop.py @@ -21,7 +21,7 @@ def getInputOptions(): options.address = "127.0.0.1:8888" if options.device_index < 0: - otions.device_index = 0 + options.device_index = 0 if options.start and options.stop: print("Cannot start and stop at the same time")