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. --- GtkUI.py | 1 - 1 file changed, 1 deletion(-) (limited to 'GtkUI.py') diff --git a/GtkUI.py b/GtkUI.py index 71255fc..17c7b50 100644 --- a/GtkUI.py +++ b/GtkUI.py @@ -90,7 +90,6 @@ class UI(gobject.GObject): self.emit("command", "quit") def finished(self, text): - print text #if the continuous isn't pressed if not self.ccheckbox.get_active(): self.lsbutton_stopped() -- cgit 1.4.1