feat: handle walle tick properly

This commit is contained in:
2020-08-28 11:35:35 +02:00
parent 408cda0aff
commit dfa26e9ca6

View File

@@ -47,7 +47,7 @@ walle.setup()
def walle_tick():
scheduler.enter(INTERVAL_TICK, 1, camera_image)
scheduler.enter(INTERVAL_TICK, 1, walle_tick)
walle.tick()