Browse Source

pull your shit together jez. moved the options print out

Jezra 9 years ago
parent
commit
7f6b9270e5
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Blather.py

+ 2
- 2
Blather.py View File

@@ -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)

Loading…
Cancel
Save