overengineered async fix for /lnurlwallet internal hanging.

This commit is contained in:
fiatjaf
2020-09-29 18:24:08 -03:00
parent e0b8470d40
commit 211ac0391b
7 changed files with 92 additions and 76 deletions
+3 -1
View File
@@ -8,4 +8,6 @@ core_app: Blueprint = Blueprint(
from .views.api import * # noqa
from .views.generic import * # noqa
from .views.lnurl import * # noqa
from .tasks import grab_app_for_later
core_app.record(grab_app_for_later)