mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-18 14:21:49 -05: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
|
import requests, json, traceback, sys
|
||||||
from optparse import OptionParser
|
from optparse import OptionParser
|
||||||
|
|
||||||
base_url = "http://127.0.0.1:8888/sdrangel"
|
base_url = "http://127.0.0.1:8091/sdrangel"
|
||||||
|
|
||||||
# ======================================================================
|
# ======================================================================
|
||||||
def getInputOptions():
|
def getInputOptions():
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
import requests, json, traceback, sys
|
import requests, json, traceback, sys
|
||||||
from optparse import OptionParser
|
from optparse import OptionParser
|
||||||
|
|
||||||
base_url = "http://127.0.0.1:8888/sdrangel"
|
base_url = "http://127.0.0.1:8091/sdrangel"
|
||||||
|
|
||||||
# ======================================================================
|
# ======================================================================
|
||||||
def getInputOptions():
|
def getInputOptions():
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
import requests, json
|
import requests, json
|
||||||
|
|
||||||
base_url = "http://127.0.0.1:8888/sdrangel"
|
base_url = "http://127.0.0.1:8091/sdrangel"
|
||||||
|
|
||||||
requests_methods = {
|
requests_methods = {
|
||||||
"GET": requests.get,
|
"GET": requests.get,
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
import requests, json, traceback, sys
|
import requests, json, traceback, sys
|
||||||
from optparse import OptionParser
|
from optparse import OptionParser
|
||||||
|
|
||||||
base_url = "http://127.0.0.1:8888/sdrangel"
|
base_url = "http://127.0.0.1:8091/sdrangel"
|
||||||
|
|
||||||
# ======================================================================
|
# ======================================================================
|
||||||
def getInputOptions():
|
def getInputOptions():
|
||||||
|
Loading…
Reference in New Issue
Block a user