forked from platypush/platypush
typo
This commit is contained in:
parent
2956a9ca63
commit
2d6dfc86ac
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ class AssistantGoogleBackend(Backend):
|
||||||
event.type == EventType.ON_RENDER_RESPONSE:
|
event.type == EventType.ON_RENDER_RESPONSE:
|
||||||
self.bus.post(ResponseEvent(response_text=event.args.get('text')))
|
self.bus.post(ResponseEvent(response_text=event.args.get('text')))
|
||||||
elif hasattr(EventType, 'ON_RESPONDING_STARTED') and \
|
elif hasattr(EventType, 'ON_RESPONDING_STARTED') and \
|
||||||
event.type == EventType.ON_RENDER_RESPONSE and \
|
event.type == EventType.ON_RESPONDING_STARTED and \
|
||||||
event.args.get('is_error_response'):
|
event.args.get('is_error_response'):
|
||||||
self.logger.warning('Assistant response error')
|
self.logger.warning('Assistant response error')
|
||||||
self._has_error = True
|
self._has_error = True
|
||||||
|
|
Loading…
Reference in a new issue