Commit 8a564bbd authored by jtc42's avatar jtc42
Browse files

Fixed default video folder NoneType

parent 9b016a76
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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'):

        """