mirror of
https://framagit.org/framasoft/framaspace/argos.git
synced 2025-05-17 02:31:50 +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)
|
await asyncio.gather(*requests)
|
||||||
|
|
||||||
tasks = []
|
tasks = []
|
||||||
for task in data:
|
for task in response.json():
|
||||||
tasks.append(self._complete_task(task))
|
tasks.append(self._complete_task(task))
|
||||||
|
|
||||||
if tasks:
|
if tasks:
|
||||||
|
|
Loading…
Reference in a new issue