debug false
All checks were successful
Build and Push Docker Images / build (push) Successful in 35s

This commit is contained in:
ChrQR 2024-05-30 01:20:54 +02:00
parent 90b4649ecc
commit 4768f750e3
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -20,4 +20,4 @@ def get_jobs():
return jsonify(jobs) return jsonify(jobs)
if __name__ == '__main__': if __name__ == '__main__':
app.run(debug=True, host='0.0.0.0') app.run(debug=False, host='0.0.0.0')