mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
introduction text
This commit is contained in:
@@ -10,7 +10,7 @@ class TimeDisplay(Static):
|
||||
"""A widget to display elapsed time."""
|
||||
|
||||
start_time = Reactive(monotonic)
|
||||
time = Reactive(0.0)
|
||||
time = Reactive.init(0.0)
|
||||
|
||||
def on_mount(self) -> None:
|
||||
"""Event handler called when widget is added to the app."""
|
||||
|
||||
Reference in New Issue
Block a user