pourquoi ca marche pas ?
This commit is contained in:
parent
2bc388e61f
commit
74f9c5b496
@ -445,9 +445,6 @@ def upload_file():
|
|||||||
return redirect(url_for('settings_get'))
|
return redirect(url_for('settings_get'))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
return redirect(url_for('settings_get'))
|
|
||||||
|
|
||||||
def maxi(dict):
|
def maxi(dict):
|
||||||
m = 0
|
m = 0
|
||||||
for i in dict :
|
for i in dict :
|
||||||
@ -456,7 +453,9 @@ def maxi(dict):
|
|||||||
return(m+1)
|
return(m+1)
|
||||||
|
|
||||||
def setup_grafana():
|
def setup_grafana():
|
||||||
|
print("setup_grafana")
|
||||||
if requests.get("http://localhost:3000/api/datasources").text == "[]" :
|
if requests.get("http://localhost:3000/api/datasources").text == "[]" :
|
||||||
|
print("subprocess started")
|
||||||
subprocess.Popen(["bash",'/app/MsRewards-Reborn/config/request.sh'])
|
subprocess.Popen(["bash",'/app/MsRewards-Reborn/config/request.sh'])
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
Loading…
Reference in New Issue
Block a user