lepture / python-livereload

livereload server in python
https://livereload.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
1.02k stars 150 forks source link

Fix handling of 'forever' delay (fixes #125) #253

Open ronnix opened 3 years ago

ronnix commented 3 years ago

This PR builds on the work in #236 and avoids comparing strings and floats when computing the max delay.