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
mycroft/client/speech

View File

@ -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(