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. --- QtUI.py | 1 - 1 file changed, 1 deletion(-) (limited to 'QtUI.py') diff --git a/QtUI.py b/QtUI.py index 4b17d9f..728ff80 100644 --- a/QtUI.py +++ b/QtUI.py @@ -93,7 +93,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.isChecked(): self.lsbutton_stopped() -- cgit 1.4.1