From 87585c7b20ace497d2497ee916f84d7e8e5e9a8d Mon Sep 17 00:00:00 2001 From: Jezra Date: Fri, 12 Sep 2014 09:24:14 -0700 Subject: Added -p --pass-words flag that will pass the recognized words to the shell command a few print commands were remove too. --- GtkTrayUI.py | 1 - 1 file changed, 1 deletion(-) (limited to 'GtkTrayUI.py') diff --git a/GtkTrayUI.py b/GtkTrayUI.py index 24e2b57..f0d1c2e 100644 --- a/GtkTrayUI.py +++ b/GtkTrayUI.py @@ -80,7 +80,6 @@ class UI(gobject.GObject): self.emit("command", "quit") def finished(self, text): - print text if not self.menu_continuous.get_active(): self.menu_listen.set_label("Listen") self.statusicon.set_from_icon_name("blather_stopped") -- cgit 1.4.1