PlaidWeb / Pushl

Push notification adapter for feeds
MIT License
30 stars 0 forks source link

Fix Python 3.11 incompatibility with async.wait() #50

Closed fluffy-critter closed 1 year ago

fluffy-critter commented 1 year ago

Wraps the dependent coroutines in async.create_task, per update to the Python async API.

Fixes #49