mirror of
https://github.com/simonw/datasette.git
synced 2026-06-04 08:07:01 +02:00
parent
857af9293c
commit
6aaed2d9b5
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ class JsonDataView(BaseView):
|
|||
context = {
|
||||
"filename": self.filename,
|
||||
"data": data,
|
||||
"data_json": json.dumps(data, indent=4, default=repr),
|
||||
"data_json": json.dumps(data, indent=2, default=repr),
|
||||
}
|
||||
# Add has_debug_permission if this view requires permissions-debug
|
||||
if self.permission == "permissions-debug":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue