Skip to content

Commit

Permalink
Need to expand coroutine toargs
Browse files Browse the repository at this point in the history
  • Loading branch information
1stvamp committed Jan 10, 2024
1 parent 433feb4 commit 31f51a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wikipedia/track.py
Original file line number Diff line number Diff line change
Expand Up @@ -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={
Expand Down

0 comments on commit 31f51a6

Please sign in to comment.