Skip to content

Commit

Permalink
fix: main.spec пак
Browse files Browse the repository at this point in the history
  • Loading branch information
max1mde committed Nov 21, 2024
1 parent 33d3eda commit 76264e3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/autocorrect_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 76264e3

Please sign in to comment.