diff options
author | Jezra <jezra@jezra.net> | 2014-09-12 09:24:14 -0700 |
---|---|---|
committer | Jezra <jezra@jezra.net> | 2014-09-12 09:24:14 -0700 |
commit | 87585c7b20ace497d2497ee916f84d7e8e5e9a8d (patch) | |
tree | c3b05245cef52d81bed20d1a9f5075b82ed7c2b6 /GtkUI.py | |
parent | 7f6b9270e56433072afaa1c56810847362920d8c (diff) |
Added -p --pass-words flag that will pass the recognized words to the shell command
a few print commands were remove too.
Diffstat (limited to 'GtkUI.py')
-rw-r--r-- | GtkUI.py | 1 |
1 files changed, 0 insertions, 1 deletions
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() |