瀏覽代碼

pull your shit together jez. moved the options print out

Jezra 9 年之前
父節點
當前提交
7f6b9270e5
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      Blather.py

+ 2
- 2
Blather.py 查看文件

@@ -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…
取消
儲存