homely icon indicating copy to clipboard operation
homely copied to clipboard

AttributeError: module 'asyncio' has no attribute 'coroutine'. Did you mean: 'coroutines'?

Open SNvahan opened this issue 1 year ago • 0 comments

I setup a new machine with [email protected]

However, since @asyncio.coroutine and yield from is deprecated, I receive this error when I tried to add my dotfiles directory:

AttributeError: module 'asyncio' has no attribute 'coroutine'. Did you mean: 'coroutines'?

This file needs to be updated to use the new async/await syntax

SNvahan avatar Apr 19 '23 23:04 SNvahan