mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
More inclusive language
This commit is contained in:
parent
f78ebdc045
commit
6e9b07be92
3 changed files with 3 additions and 3 deletions
|
|
@ -540,7 +540,7 @@ def serve(
|
|||
# Run the "startup" plugin hooks
|
||||
asyncio.get_event_loop().run_until_complete(ds.invoke_startup())
|
||||
|
||||
# Run async sanity checks - but only if we're not under pytest
|
||||
# Run async soundness checks - but only if we're not under pytest
|
||||
asyncio.get_event_loop().run_until_complete(check_databases(ds))
|
||||
|
||||
if get:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue