From fd8432371828b3a68e361ac07eb9b23575e0c9d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dni=20=E2=9A=A1?= Date: Mon, 21 Oct 2024 14:38:30 +0200 Subject: [PATCH] fixup! --- __init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/__init__.py b/__init__.py index a39cf23..5aba793 100644 --- a/__init__.py +++ b/__init__.py @@ -34,5 +34,6 @@ def example_stop(): def example_start(): from lnbits.tasks import create_permanent_unique_task + task = create_permanent_unique_task("ext_testing", wait_for_paid_invoices) scheduled_tasks.append(task)