Skip to content

fix: replace deprecated asyncio.ensure_future with create_task#67

Open
nightcityblade wants to merge 1 commit into
dvoraj75:mainfrom
nightcityblade:fix/issue-32
Open

fix: replace deprecated asyncio.ensure_future with create_task#67
nightcityblade wants to merge 1 commit into
dvoraj75:mainfrom
nightcityblade:fix/issue-32

Conversation

@nightcityblade
Copy link
Copy Markdown

Fixes #32

Replaces asyncio.ensure_future() with asyncio.create_task() in indicator/app.py and indicator/client.py. ensure_future is deprecated since Python 3.10 in favor of create_task.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Replace asyncio.ensure_future with create_task

1 participant