From 55fe6816f6ee43771c809ac9972d45900fc25b48 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sun, 27 Jan 2019 10:21:59 +0100 Subject: [PATCH] forgot to add RepeatedTimer to imports --- octoprint_hd44780/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/octoprint_hd44780/__init__.py b/octoprint_hd44780/__init__.py index 3c7f362..def2d3f 100644 --- a/octoprint_hd44780/__init__.py +++ b/octoprint_hd44780/__init__.py @@ -7,7 +7,7 @@ __license__ = "GNU Affero General Public License http://www.gnu.org/licenses/agp __copyright__ = "Copyright (C) 2017 Franziska Kunsmann - Released under terms of the AGPLv3 License" import octoprint.plugin - +from octoprint.util import RepeatedTimer import RPi.GPIO as GPIO import time