mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-09-06 19:59:28 +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>