master
bel 2023-03-25 21:58:43 -06:00
parent f06c2eed8f
commit 97966a1085
1 changed files with 2 additions and 1 deletions

View File

@ -73,6 +73,7 @@ class Reader(threading.Thread):
try:
self.outq.put(self._run(mic))
except Exception as e:
if not "timed out" in str(e):
log("Reader.run: error:", e)
self.outq.put(None)
log("Reader.run: stop")