kopia lustrzana https://github.com/simonw/datasette
Merge 28239c5bed
into d87bd12dbc
commit
785346a0b9
|
@ -134,7 +134,6 @@ def inspect(files, inspect_file, sqlite_extensions):
|
|||
This can then be passed to "datasette --inspect-file" to speed up count
|
||||
operations against immutable database files.
|
||||
"""
|
||||
app = Datasette([], immutables=files, sqlite_extensions=sqlite_extensions)
|
||||
loop = asyncio.get_event_loop()
|
||||
inspect_data = loop.run_until_complete(inspect_(files, sqlite_extensions))
|
||||
if inspect_file == "-":
|
||||
|
|
Ładowanie…
Reference in New Issue