mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Fixed rST code formatting, refs #834
This commit is contained in:
parent
72ae975156
commit
ae99af2536
1 changed files with 2 additions and 1 deletions
|
|
@ -1011,6 +1011,8 @@ This hook fires when the Datasette application server first starts up. You can i
|
|||
|
||||
Or you can return an async function which will be awaited on startup. Use this option if you need to make any database queries:
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
@hookimpl
|
||||
def startup(datasette):
|
||||
async def inner():
|
||||
|
|
@ -1021,7 +1023,6 @@ Or you can return an async function which will be awaited on startup. Use this o
|
|||
""", block=True)
|
||||
return inner
|
||||
|
||||
|
||||
Potential use-cases:
|
||||
|
||||
* Run some initialization code for the plugin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue