summaryrefslogtreecommitdiff
path: root/client/local_mic.py
diff options
context:
space:
mode:
Diffstat (limited to 'client/local_mic.py')
-rw-r--r--client/local_mic.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/client/local_mic.py b/client/local_mic.py
index 3707439..a58370d 100644
--- a/client/local_mic.py
+++ b/client/local_mic.py
@@ -15,8 +15,10 @@ class Mic:
def passiveListen(self, PERSONA):
return True, "JASPER"
- def activeListenToAllOptions(self, THRESHOLD=None, LISTEN=True, MUSIC=False):
- return [self.activeListen(THRESHOLD=THRESHOLD, LISTEN=LISTEN, MUSIC=MUSIC)]
+ def activeListenToAllOptions(self, THRESHOLD=None, LISTEN=True,
+ MUSIC=False):
+ return [self.activeListen(THRESHOLD=THRESHOLD, LISTEN=LISTEN,
+ MUSIC=MUSIC)]
def activeListen(self, THRESHOLD=None, LISTEN=True, MUSIC=False):
if not LISTEN: