Remove the bell from the actions05 documentation example

This commit is contained in:
Dave Pearson
2022-10-19 14:59:59 +01:00
parent f76e472096
commit ce0c6c49a2

View File

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