mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 11:47:06 +00:00
Fixed style issue related to failing build
This commit is contained in:
parent
e078ab53ca
commit
8541fdb112
@ -48,7 +48,7 @@ class MjpegCamera(Camera):
|
|||||||
opener = urllib.request.build_opener(handler)
|
opener = urllib.request.build_opener(handler)
|
||||||
urllib.request.install_opener(opener)
|
urllib.request.install_opener(opener)
|
||||||
|
|
||||||
stream=urllib.request.urlopen(self._mjpeg_url)
|
stream = urllib.request.urlopen(self._mjpeg_url)
|
||||||
charset = stream.headers.get_param('charset')
|
charset = stream.headers.get_param('charset')
|
||||||
bytes = b''
|
bytes = b''
|
||||||
while True:
|
while True:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user