pwitab / iec62056-21

A Python library for IEC62056-21, Local Data Readout of Energy Meters. Former IEC1107
BSD 3-Clause "New" or "Revised" License
65 stars 18 forks source link

transports: Use the overridden timeout instead of self.timeout #28

Open MarijnS95 opened 2 years ago

MarijnS95 commented 2 years ago

I have not actually experienced any issues with this bit of code since nothing sets a timeout when calling .read() currently, but it's arguably more correct. Also drive-by fixing some typos across the codebase.