fix stopwatch example

This commit is contained in:
Will McGugan
2022-09-09 11:38:26 +01:00
parent 18da166340
commit 12a8773c5c
16 changed files with 122 additions and 100 deletions

View File

@@ -31,7 +31,10 @@ class Focusable1(Focusable):
class Focusable2(Focusable):
CSS = ""
BINDINGS = [("b", "app.bell", "Beep"), ("f1", "app.quit", "QUIT")]
BINDINGS = [
("b", "app.bell", "Beep"),
("f1", "app.quit", "QUIT"),
]
def render(self) -> str:
return repr(self)