Remove the bell from the actions04 documentation example

This commit is contained in:
Dave Pearson
2022-10-19 14:57:50 +01:00
parent aa8580bee7
commit f76e472096

View File

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