Im getting the next exception after updateing ring_doorbell to the latest version via pip (to 0.6.0).
TypeError: init() takes 2 positional arguments but 3 were given
Traceback (most recent call last):
File "RingCam.py", line 58, in <module>
connectToRingAPI()
File "RingCam.py", line 11, in connectToRingAPI
myring = Ring('username', 'password')
Im using Python 3.6 at the moment..
Any ideas??
Im getting the next exception after updateing ring_doorbell to the latest version via pip (to 0.6.0).
TypeError: init() takes 2 positional arguments but 3 were given
Im using Python 3.6 at the moment..
Any ideas??