micropython-modbus icon indicating copy to clipboard operation
micropython-modbus copied to clipboard

remove self variable

Open Omid888 opened this issue 1 year ago • 0 comments

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.

Omid888 avatar Oct 22 '24 13:10 Omid888