mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-22 08:04:49 -05:00
Fix typo in example script
This commit is contained in:
parent
5ad63b7376
commit
876b547997
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user