No matter what I do, whenever I run hs.py or us the API I get this error:
Traceback (most recent call last):
File "/home/pi/Desktop/hs.py", line 56, in <module>
hs = homescript.HomeScript(__HOSTNAME__,__PORT__,__AUTH__, args.debug, sys.argv)
File "/home/pi/.local/lib/python3.9/site-packages/homescript/__init__.py", line 24, in __init__
self.getAccessories()
File "/home/pi/.local/lib/python3.9/site-packages/homescript/__init__.py", line 51, in getAccessories
if self.debug:
AttributeError: 'HomeScript' object has no attribute 'debug'
No matter what I do, whenever I run hs.py or us the API I get this error: