lint v2 (#5444)
This commit is contained in:
parent
11083cf04b
commit
3da25c227f
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ class MjpegCamera(Camera):
|
|||
response = None
|
||||
try:
|
||||
with async_timeout.timeout(10, loop=self.hass.loop):
|
||||
response = websession.get(
|
||||
response = yield from websession.get(
|
||||
self._still_image_url, auth=self._auth)
|
||||
|
||||
image = yield from response.read()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue