From 31f51a634a22d45e7cb94b7c1df40c72441de04d Mon Sep 17 00:00:00 2001 From: Wes Mason Date: Wed, 10 Jan 2024 03:54:26 +0000 Subject: [PATCH] Need to expand coroutine toargs --- wikipedia/track.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wikipedia/track.py b/wikipedia/track.py index 13e76f9b..79f05571 100644 --- a/wikipedia/track.py +++ b/wikipedia/track.py @@ -223,7 +223,7 @@ async def create_users_and_roles(es, params): ) for user in users_batch ) - await asyncio.gather(role_coros) + await asyncio.gather(*role_coros) await es.security.put_user( username=USERS[0]["username"], params={