There was an error while loading. Please reload this page.
1 parent f9750d8 commit e6789d7Copy full SHA for e6789d7
1 file changed
client/brain.py
@@ -71,7 +71,7 @@ def query(self, texts):
71
"'%s'", text, module.__name__)
72
try:
73
module.handle(text, self.mic, self.profile)
74
- except:
+ except Exception:
75
self._logger.error('Failed to execute module',
76
exc_info=True)
77
self.mic.say("I'm sorry. I had some trouble with " +
0 commit comments