mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 20:55:10 +02:00
lint v2 (#5444)
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user