Skip to content

Commit

Permalink
add tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelekshin committed Jun 7, 2024
1 parent ba3ae21 commit 357e02c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ async def create_async_client_session(phones: list[str], keynavi_config: list[st
complete += len(done)
bar.update(complete)

task = asyncio.create_task(tasks_action(done))
bg_task = asyncio.create_task(tasks_action(done))
await asyncio.sleep(0)


Expand Down

0 comments on commit 357e02c

Please sign in to comment.