mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 12:30:15 +02:00
Fix typo in the long-running tasks example
This commit is contained in:
parent
8d63801b00
commit
2125192f72
@ -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()
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user