micropython-modbus
micropython-modbus copied to clipboard
remove self variable
self variable is not needed in this snippet code, just like other examples in the file.
_host should change to host because it's not a private property.