WebHost: update flask (#2250)

* WebHost: update flask

* WebHost: update flask-caching

---------

Co-authored-by: black-sliver <59490463+black-sliver@users.noreply.github.com>
This commit is contained in:
Fabian Dill
2023-10-09 10:18:41 +02:00
committed by GitHub
parent 0d8a868ed9
commit a7b4914bb7
2 changed files with 2 additions and 3 deletions

View File

@@ -50,7 +50,6 @@ app.config["PONY"] = {
}
app.config["MAX_ROLL"] = 20
app.config["CACHE_TYPE"] = "SimpleCache"
app.config["JSON_AS_ASCII"] = False
app.config["HOST_ADDRESS"] = ""
cache = Cache()