Fixed indentations hopefully
This commit is contained in:
parent
f3352546c6
commit
a36b315927
1 changed files with 2 additions and 2 deletions
|
@ -58,11 +58,11 @@ class MjpegCamera(Camera):
|
|||
with closing(requests.get(self._mjpeg_url,
|
||||
auth=HTTPBasicAuth(self._username,
|
||||
self._password),
|
||||
stream=True)) as response:
|
||||
stream=True)) as response:
|
||||
return process_response(response)
|
||||
else:
|
||||
with closing(requests.get(self._mjpeg_url,
|
||||
stream=True)) as response:
|
||||
stream=True)) as response:
|
||||
return process_response(response)
|
||||
|
||||
@property
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue