Fix typo in example script

pull/278/head
Quentin Swain 2019-01-19 15:31:18 -05:00
rodzic 5ad63b7376
commit 876b547997
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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