fix: properly start and stop tasks (#32)

fix the fix
This commit is contained in:
dni ⚡ 2024-04-15 11:29:12 +02:00 committed by GitHub
commit b8e67ad60a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,7 +37,7 @@ def boltcards_stop():
def boltcards_start(): def boltcards_start():
task = create_permanent_unique_task(wait_for_paid_invoices) task = create_permanent_unique_task("ext_boltcards", wait_for_paid_invoices)
scheduled_tasks.append(task) scheduled_tasks.append(task)