aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rwxr-xr-xapp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.py b/app.py
index 8d76170..b4d2967 100755
--- a/app.py
+++ b/app.py
@@ -78,7 +78,7 @@ class Response:
@staticmethod
def dump_json(data):
- return json.dumps(data, ensure_ascii=False)
+ return json.dumps(data, ensure_ascii=False, indent=4)
def body(self):
return self.dump_json(self.data)