mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-11-03 13:11:20 -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"
 | 
					        options.address = "127.0.0.1:8888"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    if options.device_index < 0:
 | 
					    if options.device_index < 0:
 | 
				
			||||||
        otions.device_index = 0
 | 
					        options.device_index = 0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    if options.start and options.stop:
 | 
					    if options.start and options.stop:
 | 
				
			||||||
        print("Cannot start and stop at the same time")
 | 
					        print("Cannot start and stop at the same time")
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user