Fixes in sortm keys

This commit is contained in:
absurdo 2023-02-18 18:40:37 +01:00
parent dd4cf06b3b
commit c2587c5166
3 changed files with 335 additions and 2 deletions

View file

@ -14,7 +14,12 @@ def start_app():
app.secret_key=config.secret_key
app.config['JSON_SORT_KEYS']=False
try:
app.json.sort_keys=False
except:
app.config['JSON_SORT_KEYS']=False
application_root='/'