ljean / modbus-tk

Create Modbus app easily with Python
Other
566 stars 212 forks source link

fixed deprecated isAlive #130

Closed SushiTee closed 3 years ago

SushiTee commented 3 years ago

isAlive is deprecated. is_alive was added in Python 2.6. I don't know which is the oldest version which should be supported.

ljean commented 3 years ago

Thanks for this fix. is_alive seems to be the right one.