Remove the bell from the actions03 documentation example

This commit is contained in:
Dave Pearson
2022-10-19 14:54:57 +01:00
parent 5c5ca3316f
commit aa8580bee7

View File

@@ -15,7 +15,6 @@ class ActionsApp(App):
def action_set_background(self, color: str) -> None:
self.screen.styles.background = color
self.bell()
if __name__ == "__main__":