Browse Source

Removed an unused dictionary

Recognizer.commands was unused, so there's no reason to keep it.
Clara Hobbs 7 years ago
parent
commit
76e0434e13
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      kayleevc/recognizer.py

+ 0
- 1
kayleevc/recognizer.py View File

21
 
21
 
22
     def __init__(self, config):
22
     def __init__(self, config):
23
         GObject.GObject.__init__(self)
23
         GObject.GObject.__init__(self)
24
-        self.commands = {}
25
 
24
 
26
         src = config.options.microphone
25
         src = config.options.microphone
27
         if src:
26
         if src:

Loading…
Cancel
Save