Update hotword_factory.py

Fix long line string
pull/2910/head
mathmauney 2019-08-24 17:34:30 -04:00 committed by Kris Gesling
parent e926504157
commit 305b93625a
1 changed files with 2 additions and 2 deletions

View File

@ -494,8 +494,8 @@ class HotWordFactory:
))
instance = None
except PreciseUnavailable:
LOG.warning('Settings prevent Precise Engine use,
falling back to default.')
LOG.warning('Settings prevent Precise Engine use, '
'falling back to default.')
instance = None
except Exception:
LOG.exception(