From a57078744d92905e9ef3dd6b61db87e49e66c7ef Mon Sep 17 00:00:00 2001 From: Isaak Buslovich Date: Mon, 20 Nov 2023 20:04:40 +0100 Subject: [PATCH] Fix --- text.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text.py b/text.py index c13902a..4e20a6f 100644 --- a/text.py +++ b/text.py @@ -24,4 +24,4 @@ class SimpleCLITool(App): # Dock the TabbedContent into the app's view await self.view.dock(tabbed_content) -SimpleCLITool.run(log="textual.log") +SimpleCLITool.run()