osuapi
osuapi copied to clipboard
Replace @asyncio.coroutine with async def
The former has been deprecated for ages and was removed in Python 3.11. This change makes things work on Python 3.11.