mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
fix console
This commit is contained in:
@@ -200,7 +200,7 @@ class App(MessagePump):
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
async def run_app() -> None:
|
async def run_app() -> None:
|
||||||
app = cls(console=console, screen=screen, driver_class=driver, **kwargs)
|
app = cls(screen=screen, driver_class=driver, **kwargs)
|
||||||
await app.process_messages()
|
await app.process_messages()
|
||||||
|
|
||||||
asyncio.run(run_app())
|
asyncio.run(run_app())
|
||||||
|
|||||||
Reference in New Issue
Block a user