diff --git a/__init__.py b/__init__.py index 14f05ce..1ba06b3 100644 --- a/__init__.py +++ b/__init__.py @@ -119,7 +119,7 @@ def play_camera_sound(self): def handle_take_picture(self, message): try: with self.camera as cam: - self.speak("get_ready", wait=True) + self.speak_dialog("get_ready", wait=True) # need time to Allow sensor to stabilize self.gui.show_text("3") self.speak("3", wait=True)