parent
e926504157
commit
305b93625a
mycroft/client/speech
|
@ -494,8 +494,8 @@ class HotWordFactory:
|
||||||
))
|
))
|
||||||
instance = None
|
instance = None
|
||||||
except PreciseUnavailable:
|
except PreciseUnavailable:
|
||||||
LOG.warning('Settings prevent Precise Engine use,
|
LOG.warning('Settings prevent Precise Engine use, '
|
||||||
falling back to default.')
|
'falling back to default.')
|
||||||
instance = None
|
instance = None
|
||||||
except Exception:
|
except Exception:
|
||||||
LOG.exception(
|
LOG.exception(
|
||||||
|
|
Loading…
Reference in New Issue