use utf-8 json

This commit is contained in:
Fabian Dill 2020-11-03 05:26:10 +01:00
parent 20a1058fcc
commit d1275ea25c
1 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,8 @@ app.config["PONY"] = {
}
app.config["MAX_ROLL"] = 20
app.config["CACHE_TYPE"] = "simple"
app.config["JSON_AS_ASCII"] = False
app.autoversion = True
av = Autoversion(app)
cache = Cache(app)