Fixed default target
This commit is contained in:
parent
e1d2e21bf6
commit
386f85d0a1
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,7 @@ class MockStreamer(BaseCamera):
|
|||
if isinstance(output, CaptureObject):
|
||||
target = output.file
|
||||
else:
|
||||
target = target
|
||||
target = output
|
||||
|
||||
with self.lock:
|
||||
if isinstance(target, str):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue