Fixes in sortm keys
This commit is contained in:
parent
dd4cf06b3b
commit
c2587c5166
3 changed files with 335 additions and 2 deletions
|
|
@ -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='/'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue