Disable debug mode + listen on 0.0.0.0
All checks were successful
Build Formula10 Docker Image / build-docker (push) Successful in 26s
All checks were successful
Build Formula10 Docker Image / build-docker (push) Successful in 26s
This commit is contained in:
@ -248,4 +248,4 @@ def guessseason(username):
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
app.run(debug=True)
|
||||
app.run(debug=False, host="0.0.0.0")
|
||||
|
Reference in New Issue
Block a user