From d32ad082c7b6db62f2ba3b8506bf6228eecc618b Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Wed, 15 Feb 2023 17:32:49 +0200 Subject: [PATCH] chore: fix typos --- lnbits/core/helpers.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lnbits/core/helpers.py b/lnbits/core/helpers.py index 7f3554010..6769d5851 100644 --- a/lnbits/core/helpers.py +++ b/lnbits/core/helpers.py @@ -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): """ - Stop background work for extension (like asyncio.Tasks, WebSockets, etc) - Extensions SHOULD expoze a DELETE enpoint at the root level of their API. + Stop background work for extension (like asyncio.Tasks, WebSockets, etc). + 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`. """ async with httpx.AsyncClient() as client: