|
@@ -50,8 +50,6 @@ class Blather:
|
50
|
50
|
if (not k in self.options) or opts.override:
|
51
|
51
|
self.options[k] = v
|
52
|
52
|
|
53
|
|
- print "Using Options: ", self.options
|
54
|
|
-
|
55
|
53
|
if self.options['interface'] != None:
|
56
|
54
|
if self.options['interface'] == "q":
|
57
|
55
|
from QtUI import UI
|
|
@@ -81,6 +79,8 @@ class Blather:
|
81
|
79
|
self.recognizer = Recognizer(lang_file, dic_file, self.options['microphone'] )
|
82
|
80
|
self.recognizer.connect('finished',self.recognizer_finished)
|
83
|
81
|
|
|
82
|
+ print "Using Options: ", self.options
|
|
83
|
+
|
84
|
84
|
def read_commands(self):
|
85
|
85
|
#read the.commands file
|
86
|
86
|
file_lines = open(command_file)
|