Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
src1138 committed May 24, 2024
1 parent 32f5ebb commit 7f08585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion motioneye_scripts/VMFB-MC.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7f08585

Please sign in to comment.