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