kopia lustrzana https://github.com/simonw/datasette
Applied Black, refs #782
rodzic
5bbe2bcc50
commit
3c352b7132
|
@ -547,9 +547,9 @@ class TableView(DataView):
|
||||||
):
|
):
|
||||||
# We can use a previously cached table row count
|
# We can use a previously cached table row count
|
||||||
try:
|
try:
|
||||||
count = self.ds.inspect_data[database_name][
|
count = self.ds.inspect_data[database_name]["tables"][table_name][
|
||||||
"tables"
|
"count"
|
||||||
][table_name]["count"]
|
]
|
||||||
except KeyError:
|
except KeyError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue