aboutsummaryrefslogtreecommitdiff
path: root/src/utils/http.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/http.py')
-rw-r--r--src/utils/http.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/utils/http.py b/src/utils/http.py
index 7225f41e..11d63797 100644
--- a/src/utils/http.py
+++ b/src/utils/http.py
@@ -258,7 +258,6 @@ def request_many(requests: typing.List[Request]) -> typing.Dict[str, Response]:
task = asyncio.wait(awaits, loop=loop, timeout=5)
loop.run_until_complete(task)
loop.close()
- task.close()
return responses