forgot to add RepeatedTimer to imports

This commit is contained in:
Franzi 2019-01-27 10:21:59 +01:00
parent cfddf43486
commit 55fe6816f6
1 changed files with 1 additions and 1 deletions

View File

@ -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