mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2024-11-22 08:16:25 -06:00
Update integrationSplynx.py
This commit is contained in:
parent
7c351a1c3d
commit
bef5dea9af
@ -20,7 +20,7 @@ def spylnxRequest(target, headers):
|
||||
# Sends a REST GET request to Spylnx and returns the
|
||||
# result in JSON
|
||||
url = splynx_api_url() + "/api/2.0/" + target
|
||||
r = requests.get(url, headers=headers, timeout=10)
|
||||
r = requests.get(url, headers=headers, timeout=120)
|
||||
return r.json()
|
||||
|
||||
def getTariffs(headers):
|
||||
|
Loading…
Reference in New Issue
Block a user