Open dreirund opened 4 months ago
Yeah, I basically abandoned this project because python-asyncio deprecated and removed coroutine, which ran the main loop. It could probably be fixed up if you want to take over the project. I'm going to archive this one.
Ahoj,
I try to use this on Python 3.12.
It fails with
ImportError: cannot import name 'coroutine' from 'asyncio' (/usr/lib/python3.12/asyncio/__init__.py). Did you mean: 'coroutines'?
:Is there any specific dependency missing, or is it an issue with never python version that needs adaption of your code?
Regards!