forgot to add RepeatedTimer to imports
This commit is contained in:
parent
cfddf43486
commit
55fe6816f6
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
__copyright__ = "Copyright (C) 2017 Franziska Kunsmann - Released under terms of the AGPLv3 License"
|
||||||
|
|
||||||
import octoprint.plugin
|
import octoprint.plugin
|
||||||
|
from octoprint.util import RepeatedTimer
|
||||||
import RPi.GPIO as GPIO
|
import RPi.GPIO as GPIO
|
||||||
import time
|
import time
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue