mirror of
https://github.com/andreili/klipper.git
synced 2025-09-12 00:21:14 +02:00
Issue specific to Python 3, NoneType is being used to compare heartbeat time (actually caused by invalid condition operator), and by returning NoneType in timer functions. Signed-off-by: Clifford Roche <clifford.roche@gmail.com>