mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 19:28:54 -05:00
Fixed a bug with the JSON Driver (#1953)
Administrative merge: Travis CI failed due to docs issue, see #1957
This commit is contained in:
parent
05c389623c
commit
a555eff2cc
@ -11,8 +11,8 @@ from pathlib import Path
|
|||||||
|
|
||||||
log = logging.getLogger("red")
|
log = logging.getLogger("red")
|
||||||
|
|
||||||
PRETTY = {"indent": 4, "sort_keys": True, "separators": (",", " : ")}
|
PRETTY = {"indent": 4, "sort_keys": False, "separators": (",", " : ")}
|
||||||
MINIFIED = {"sort_keys": True, "separators": (",", ":")}
|
MINIFIED = {"sort_keys": False, "separators": (",", ":")}
|
||||||
|
|
||||||
|
|
||||||
class JsonIO:
|
class JsonIO:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user