python-libnodave
python-libnodave copied to clipboard
Typo in def __init__(self)
I think there may be a typo in the segment def init(self) There should be no blank between "self." and "fds" Instead of "self. fds = _daveOSserialType()" I think it should be "self.fds = _daveOSserialType()"