summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2014-07-20 17:19:53 -0700
committerschneefux <schneefux+commit@schneefux.xyz>2014-07-20 17:19:53 -0700
commit10a57e25f29bd4cdf8caf50d1ebeff20ac506b9d (patch)
treef9da90e7cb669277b889e5981b0b043aa3335f12 /client
parent39156bc6127314ea417b2b6d556150321b75cd82 (diff)
downloadjasper-client-10a57e25f29bd4cdf8caf50d1ebeff20ac506b9d.tar.gz
jasper-client-10a57e25f29bd4cdf8caf50d1ebeff20ac506b9d.zip
fixing local mic with additional speaker argument
Diffstat (limited to 'client')
-rw-r--r--client/local_mic.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/local_mic.py b/client/local_mic.py
index 3fc742e..dee7669 100644
--- a/client/local_mic.py
+++ b/client/local_mic.py
@@ -8,7 +8,7 @@ implementation, Jasper is always active listening with local_mic.
class Mic:
prev = None
- def __init__(self, lmd, dictd, lmd_persona, dictd_persona):
+ def __init__(self, speaker, lmd, dictd, lmd_persona, dictd_persona):
return
def passiveListen(self, PERSONA):