Run sanity checks, not .inspect(), on startup

Also fixes tests that did NOT like a call to run_until_complete in the Datasette() constructor.
This commit is contained in:
Simon Willison 2019-05-11 16:22:55 -07:00
commit 24bf79d2f0
3 changed files with 5 additions and 4 deletions

View file

@ -344,8 +344,6 @@ class Datasette:
except ValueError:
# Plugin already registered
pass
# Run the sanity checks
asyncio.get_event_loop().run_until_complete(self.run_sanity_checks())
async def run_sanity_checks(self):
# Only one check right now, for Spatialite