mirror of
https://github.com/lnbits/lnbits.git
synced 2025-09-29 13:22:37 +02:00
chore: fix typos
This commit is contained in:
@@ -48,8 +48,8 @@ async def run_migration(db: Connection, migrations_module: Any, current_version:
|
|||||||
|
|
||||||
async def stop_extension_background_work(ext_id: str, user: str):
|
async def stop_extension_background_work(ext_id: str, user: str):
|
||||||
"""
|
"""
|
||||||
Stop background work for extension (like asyncio.Tasks, WebSockets, etc)
|
Stop background work for extension (like asyncio.Tasks, WebSockets, etc).
|
||||||
Extensions SHOULD expoze a DELETE enpoint at the root level of their API.
|
Extensions SHOULD expose a DELETE enpoint at the root level of their API.
|
||||||
This function tries first to call the endpoint using `http` and if if fails it tries using `https`.
|
This function tries first to call the endpoint using `http` and if if fails it tries using `https`.
|
||||||
"""
|
"""
|
||||||
async with httpx.AsyncClient() as client:
|
async with httpx.AsyncClient() as client:
|
||||||
|
Reference in New Issue
Block a user