summaryrefslogtreecommitdiff
path: root/client/mic.py
diff options
context:
space:
mode:
Diffstat (limited to 'client/mic.py')
-rw-r--r--client/mic.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mic.py b/client/mic.py
index 096610d..c0656ce 100644
--- a/client/mic.py
+++ b/client/mic.py
@@ -138,7 +138,7 @@ class Mic:
# no use continuing if no flag raised
if not didDetect:
print "No disturbance detected"
- return
+ return (None, None)
# cutoff any recording before this disturbance was detected
frames = frames[-20:]