alengwenus / pypck

Asynchronous LCN-PCK library written in Python
MIT License
8 stars 4 forks source link

Fix ping timeout interval #74

Closed alengwenus closed 3 years ago

alengwenus commented 3 years ago

The ping timeout interval is given as miliseconds in the settings. However pypck treats it a seconds so the timeout is a factor 1000 wrong. This is a fix for that issue.