mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Fixed 500 error on /-/metadata page
This commit is contained in:
parent
f853d5592e
commit
93c65d29ba
2 changed files with 13 additions and 0 deletions
|
|
@ -4,6 +4,8 @@ from .base import RenderMixin
|
|||
|
||||
|
||||
class JsonDataView(RenderMixin):
|
||||
name = "json_data"
|
||||
|
||||
def __init__(self, datasette, filename, data_callback):
|
||||
self.ds = datasette
|
||||
self.filename = filename
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue