From ece7a82b3dec83fc8aae0b38717b385c55d72162 Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Tue, 10 Jan 2023 16:49:55 +0200 Subject: [PATCH] fix: make function async --- lnbits/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnbits/app.py b/lnbits/app.py index d70c6e8a..92c4105f 100644 --- a/lnbits/app.py +++ b/lnbits/app.py @@ -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. One reason might be a docker-container that was re-created.