From 5d2bdc6f8e7708f43b1ce7aaa037eb13e337da14 Mon Sep 17 00:00:00 2001 From: Arthur Golubtsov Date: Tue, 9 Jun 2020 18:42:16 +0100 Subject: [PATCH] drone: Fix tasking name in led import --- drone/modules/led.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drone/modules/led.py b/drone/modules/led.py index a3e4b3b..11bc5db 100644 --- a/drone/modules/led.py +++ b/drone/modules/led.py @@ -2,7 +2,7 @@ from __future__ import print_function import threading import time from rpi_ws281x import * -from tasking_lib import wait as wait_until +from tasking import wait as wait_until import logging logger = logging.getLogger(__name__) # LED strip configuration: