re-construct console

This commit is contained in:
Will McGugan
2022-01-28 10:13:30 +00:00
parent 988838a872
commit b4358f887b
4 changed files with 15 additions and 7 deletions

View File

@@ -32,7 +32,7 @@ class SmoothApp(App):
self.bar.layout_offset_x = -40
self.set_timer(10, lambda: self.action("quit"))
# self.set_timer(10, lambda: self.action("quit"))
SmoothApp.run(log="textual.log", log_verbosity=2)