This commit is contained in:
Will McGugan
2022-08-23 14:41:02 +01:00
parent 23fcf46ce8
commit a135debdfe
2 changed files with 36 additions and 34 deletions

View File

@@ -22,7 +22,6 @@ class ExampleApp(App):
def on_key(self, event):
if event.key.isdigit():
self.styles.background = self.COLORS[int(event.key)]
self.refresh()
self.bell()