python-arlo
python-arlo copied to clipboard
Issue signing in
I can no longer sign in, please could you help, my credentials are working on the other "arlo" library. here is my code and the output
Code:
from pyarlo import PyArlo
arlo = PyArlo('test', 'test')
print("Devices : %s" % (arlo.devices))
Output:
Traceback (most recent call last):
File "/home/pi/arm_arlo.py", line 2, in