diff options
Diffstat (limited to 'client/test_mic.py')
| -rw-r--r-- | client/test_mic.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/client/test_mic.py b/client/test_mic.py index 472bf62..2448d8d 100644 --- a/client/test_mic.py +++ b/client/test_mic.py @@ -16,8 +16,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: |
