Use most compact JSON representation
This commit is contained in:
parent
0a3d05baf5
commit
57fb13cbb8
@ -400,7 +400,8 @@ class ServerList:
|
|||||||
"list": self.list
|
"list": self.list
|
||||||
},
|
},
|
||||||
fd,
|
fd,
|
||||||
indent = "\t" if app.config["DEBUG"] else None
|
indent = "\t" if app.config["DEBUG"] else None,
|
||||||
|
separators = (', ', ': ') if app.config["DEBUG"] else (',', ':')
|
||||||
)
|
)
|
||||||
os.replace(list_path + "~", list_path)
|
os.replace(list_path + "~", list_path)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user