Hey there! Absolute noob at Python, so please bear with me if my question is silly.
Upon running the python Host/Client -> Host example I keep getting the following error:
AttributeError: 'host' object has no attribute 'getAll'
I just copy/pasted the example and made sure the indentation was ok. I'm using Python3.
Is there anything I'm missing?
Hey there! Absolute noob at Python, so please bear with me if my question is silly.
Upon running the python Host/Client -> Host example I keep getting the following error:
AttributeError: 'host' object has no attribute 'getAll'I just copy/pasted the example and made sure the indentation was ok. I'm using Python3.
Is there anything I'm missing?