From 76264e3418d0b9316541b56629cd685db45d86e2 Mon Sep 17 00:00:00 2001 From: Maxim Date: Thu, 21 Nov 2024 19:04:58 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20main.spec=20=D0=BF=D0=B0=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/autocorrect_service.py | 2 -- 1 file changed, 2 deletions(-) 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)