c'est pas beau mais si ca marche, ...

This commit is contained in:
piair 2023-08-24 13:38:34 +02:00
parent 74f9c5b496
commit 1f73f6fdce
1 changed files with 2 additions and 1 deletions

View File

@ -458,8 +458,9 @@ def setup_grafana():
print("subprocess started") print("subprocess started")
subprocess.Popen(["bash",'/app/MsRewards-Reborn/config/request.sh']) subprocess.Popen(["bash",'/app/MsRewards-Reborn/config/request.sh'])
setup_grafana()
if __name__ == '__main__': if __name__ == '__main__':
update_jobs() update_jobs()
edit_version() edit_version()
setup_grafana()
app.run(host='0.0.0.0', port=1234, debug=True) app.run(host='0.0.0.0', port=1234, debug=True)