fix: make function async
This commit is contained in:
parent
8f77c3f7bf
commit
ece7a82b3d
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ async def check_funding_source() -> None:
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
def check_installed_extensions():
|
async def check_installed_extensions():
|
||||||
"""
|
"""
|
||||||
Check extensions that have been installed, but for some reason no longer present in the 'lnbits/extensions' directory.
|
Check extensions that have been installed, but for some reason no longer present in the 'lnbits/extensions' directory.
|
||||||
One reason might be a docker-container that was re-created.
|
One reason might be a docker-container that was re-created.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue