From dfa26e9ca66e641e8b1286bbb052986911c7c752 Mon Sep 17 00:00:00 2001 From: Rick Rongen Date: Fri, 28 Aug 2020 11:35:35 +0200 Subject: [PATCH] feat: handle walle tick properly --- worker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker.py b/worker.py index daa2b7f..c519baf 100644 --- a/worker.py +++ b/worker.py @@ -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()