Skip to content

Commit

Permalink
fix: properly start and stop tasks (#32)
Browse files Browse the repository at this point in the history
fix the fix
  • Loading branch information
dni authored Apr 15, 2024
1 parent 825e603 commit b8e67ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def boltcards_stop():


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)


Expand Down

0 comments on commit b8e67ad

Please sign in to comment.