mirror of
https://github.com/andreili/klipper.git
synced 2025-08-24 03:44:06 +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>