diff --git a/src/autocorrect_service.py b/src/autocorrect_service.py index 5c33f0c..f0ff3d4 100644 --- a/src/autocorrect_service.py +++ b/src/autocorrect_service.py @@ -176,8 +176,6 @@ def process_voice_command(self, command): elif action_type == 'command' and self.settings.get_setting('voice_control.command_execution_module'): self.notification_worker.show_notification.emit("Understanding task...", 1000) time.sleep(1) - self.notification_worker.show_notification.emit("Opening new Gönrgy can...", 1000) - time.sleep(1) self.notification_worker.show_notification.emit("Thinking about the steps needed...", 1000) time.sleep(1) self.notification_worker.show_notification.emit("Executing task...", 4000)