From 7f085855f32aa14d7197ccaffe17b9f303b4e4e2 Mon Sep 17 00:00:00 2001 From: src1138 Date: Fri, 24 May 2024 02:39:21 +0200 Subject: [PATCH] cleanup --- motioneye_scripts/VMFB-MC.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/motioneye_scripts/VMFB-MC.py b/motioneye_scripts/VMFB-MC.py index f918842..278fc89 100755 --- a/motioneye_scripts/VMFB-MC.py +++ b/motioneye_scripts/VMFB-MC.py @@ -5,7 +5,7 @@ import threading # to handle timer and interupt threads # import urllib2 # to handle http requests to enable/disable motion detection import os # needed to execute system commands to start/stop motioneye server -import RPi import GPIO # for GPIO access +from RPi import GPIO # for GPIO access # Configuration variables SENSOR_IR_TIMEOUT=30 # seconds the sensors stay on after last PIR trigger