rhyst / linak-controller

A Python script to control Linak standing desks.
MIT License
346 stars 51 forks source link

Fixing error: --move-command-period: invalid int value: '0.3' #76

Closed tomsb closed 8 months ago

tomsb commented 8 months ago

"--move-command-period" accepted only integer values; it should also allow float values.

rhyst commented 8 months ago

Aha, yeh thank you!