mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-10-31 13:00:26 -04:00 
			
		
		
		
	Web API: use the 8091 default port in all examples
This commit is contained in:
		
							parent
							
								
									f7733a49fc
								
							
						
					
					
						commit
						e817974bb3
					
				| @ -3,7 +3,7 @@ | ||||
| import requests, json, traceback, sys | ||||
| from optparse import OptionParser | ||||
| 
 | ||||
| base_url = "http://127.0.0.1:8888/sdrangel" | ||||
| base_url = "http://127.0.0.1:8091/sdrangel" | ||||
| 
 | ||||
| # ====================================================================== | ||||
| def getInputOptions(): | ||||
|  | ||||
| @ -3,7 +3,7 @@ | ||||
| import requests, json, traceback, sys | ||||
| from optparse import OptionParser | ||||
| 
 | ||||
| base_url = "http://127.0.0.1:8888/sdrangel" | ||||
| base_url = "http://127.0.0.1:8091/sdrangel" | ||||
| 
 | ||||
| # ====================================================================== | ||||
| def getInputOptions(): | ||||
|  | ||||
| @ -1,7 +1,7 @@ | ||||
| #!/usr/bin/env python | ||||
| import requests, json | ||||
| 
 | ||||
| base_url = "http://127.0.0.1:8888/sdrangel" | ||||
| base_url = "http://127.0.0.1:8091/sdrangel" | ||||
| 
 | ||||
| requests_methods = { | ||||
|     "GET": requests.get, | ||||
|  | ||||
| @ -3,7 +3,7 @@ | ||||
| import requests, json, traceback, sys | ||||
| from optparse import OptionParser | ||||
| 
 | ||||
| base_url = "http://127.0.0.1:8888/sdrangel" | ||||
| base_url = "http://127.0.0.1:8091/sdrangel" | ||||
| 
 | ||||
| # ====================================================================== | ||||
| def getInputOptions(): | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user