mirror of
https://github.com/home-assistant/core.git
synced 2025-08-11 16:45:19 +02:00
long line
This commit is contained in:
@@ -86,7 +86,7 @@ class CameraPushReceiver(HomeAssistantView):
|
|||||||
return self.json_message('Invalid POST', HTTP_BAD_REQUEST)
|
return self.json_message('Invalid POST', HTTP_BAD_REQUEST)
|
||||||
except KeyError as key_error:
|
except KeyError as key_error:
|
||||||
_LOGGER.error('In your POST message %s', key_error)
|
_LOGGER.error('In your POST message %s', key_error)
|
||||||
return self.json_message('Parameter {} missing'.format(self._image),
|
return self.json_message('{} missing'.format(self._image),
|
||||||
HTTP_BAD_REQUEST)
|
HTTP_BAD_REQUEST)
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user