File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
22commit = True
33tag = False
4- current_version = 4.10.62
4+ current_version = 4.10.63
55
66[bumpversion:file:version.py]
77search = version = " {current_version}"
Original file line number Diff line number Diff line change @@ -538,7 +538,7 @@ def get_spoiler_log():
538538 return set_response ({"error" : "Spoiler log is locked" }, 425 )
539539
540540 # Return the spoiler log
541- return set_response (jsonify (file_contents ), 200 )
541+ return set_response (json . dumps (file_contents , sort_keys = False ), 200 )
542542 except json .JSONDecodeError :
543543 return set_response ({"error" : "Invalid JSON format in file" }, 500 )
544544 except Exception as e :
Original file line number Diff line number Diff line change 11"""Holds the version for DK64 Rando."""
22
3- version = "4.10.62 "
3+ version = "4.10.63 "
You can’t perform that action at this time.
0 commit comments