introduction text

This commit is contained in:
Will McGugan
2022-08-23 11:25:03 +01:00
parent b7b32f0429
commit b24c7a8f34
9 changed files with 70 additions and 28 deletions

View File

@@ -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."""