mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-09 16:46:20 +01:00
Fix typo in the long-running tasks example
This commit is contained in:
@@ -96,7 +96,7 @@ def long_runner():
|
|||||||
my_tasks = list()
|
my_tasks = list()
|
||||||
for _ in range(10):
|
for _ in range(10):
|
||||||
task_signature = example.si()
|
task_signature = example.si()
|
||||||
my_task.append(task_signature)
|
my_tasks.append(task_signature)
|
||||||
|
|
||||||
chain(my_tasks).delay()
|
chain(my_tasks).delay()
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user