1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-27 15:26:33 -04:00

Fix typo in example script

This commit is contained in:
Quentin Swain 2019-01-19 15:31:18 -05:00
parent 5ad63b7376
commit 876b547997

View File

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