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")