Are you still using this code? I'm getting this error:
Traceback (most recent call last):
File "watch.py", line 217, in <module>
Master.Run()
File "watch.py", line 187, in Run
Camera = next(filter(lambda x: x.CurlObj == CurlObj, self.Cameras))
TypeError: list object is not an...