mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Add docs, improve log batching
This commit is contained in:
@@ -51,6 +51,7 @@ class BasicApp(App):
|
||||
self.screen.tree,
|
||||
sep=" - ",
|
||||
)
|
||||
print(1234, 5678)
|
||||
|
||||
|
||||
BasicApp.run(css_file="uber.css", log="textual.log", log_verbosity=1)
|
||||
|
||||
Reference in New Issue
Block a user