parent
825e603a11
commit
b8e67ad60a
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue