ca a l'air
This commit is contained in:
parent
1f73f6fdce
commit
e28efad8de
|
@ -454,7 +454,7 @@ def maxi(dict):
|
|||
|
||||
def setup_grafana():
|
||||
print("setup_grafana")
|
||||
if requests.get("http://localhost:3000/api/datasources").text == "[]" :
|
||||
if get("http://localhost:3000/api/datasources").text == "[]" :
|
||||
print("subprocess started")
|
||||
subprocess.Popen(["bash",'/app/MsRewards-Reborn/config/request.sh'])
|
||||
|
||||
|
|
Loading…
Reference in New Issue