mirror of
https://github.com/lilydjwg/nvchecker
synced 2024-12-25 08:02:21 +00:00
aur: avoid the asyncio.wait warning
This commit is contained in:
parent
943847da74
commit
d83d8d5367
@ -58,7 +58,7 @@ class Worker(BaseWorker):
|
||||
fu = self._run_batch(batch, aur_results)
|
||||
ret.append(fu)
|
||||
|
||||
await asyncio.wait(ret)
|
||||
await asyncio.gather(*ret)
|
||||
|
||||
async def _run_batch(
|
||||
self,
|
||||
|
Loading…
Reference in New Issue
Block a user