textual-dev
textual-dev copied to clipboard
Running textual console produces an error
When I run this command textual console I get this error.
got an unexpected keyword argument 'loop'
This PR removed the keyword argument from the function call as its not in the signature and the first line of run_app create the asyncio loop.
It does appear to be in run_app now. What version of aiohttp do you have?