Disable debug mode + listen on 0.0.0.0
All checks were successful
Build Formula10 Docker Image / build-docker (push) Successful in 26s

This commit is contained in:
2024-02-16 12:02:56 +01:00
parent 7dd7b2c98e
commit 240c9000f2

View File

@ -248,4 +248,4 @@ def guessseason(username):
if __name__ == "__main__":
app.run(debug=True)
app.run(debug=False, host="0.0.0.0")