mirror of
https://framagit.org/framasoft/framaspace/argos.git
synced 2025-05-16 18:21:51 +02:00
🐛 — Fix strange and buggy behavior
This commit is contained in:
parent
c3879e081f
commit
0204a01e66
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ class ArgosAgent: # pylint: disable-msg=too-many-instance-attributes
|
|||
await asyncio.gather(*requests)
|
||||
|
||||
tasks = []
|
||||
for task in data:
|
||||
for task in response.json():
|
||||
tasks.append(self._complete_task(task))
|
||||
|
||||
if tasks:
|
||||
|
|
Loading…
Reference in a new issue