diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-10-06 16:59:36 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-10-06 16:59:36 +0200 |
| commit | edca8b7407d7c9b1497ba1722d1b66ffa4b4c234 (patch) | |
| tree | d544987379415ac557751401ea0b0c7de81530b7 /client/local_mic.py | |
| parent | 890a5798fcf7f9b9dc06529aa4bc7fe903d7ca1a (diff) | |
| parent | 804da384bff556d3caedf9ad01d57f2460aee151 (diff) | |
| download | jasper-client-edca8b7407d7c9b1497ba1722d1b66ffa4b4c234.tar.gz jasper-client-edca8b7407d7c9b1497ba1722d1b66ffa4b4c234.zip | |
Merge pull request #217 from Holzhaus/style-fixes
Style fixes
Diffstat (limited to 'client/local_mic.py')
| -rw-r--r-- | client/local_mic.py | 6 |
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: |
