Fixed default video folder NoneType

This commit is contained in:
jtc42 2019-04-19 09:06:14 +01:00
parent 9b016a76b2
commit 8a564bbdba

View file

@ -343,7 +343,7 @@ class BaseCamera(object):
write_to_file: bool = True,
temporary: bool = False,
filename: str = None,
folder: str = None,
folder: str = "",
fmt: str = 'h264'):
"""