textual-dev icon indicating copy to clipboard operation
textual-dev copied to clipboard

Running textual console produces an error

Open thomascrha opened this issue 1 year ago • 1 comments

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.

thomascrha avatar Sep 03 '23 07:09 thomascrha