mirror of
https://github.com/rendies/People-Counting-in-Real-Time.git
synced 2025-10-29 19:43:03 +07:00
added config.
This commit is contained in:
18
mylib/config.py
Normal file
18
mylib/config.py
Normal file
@@ -0,0 +1,18 @@
|
||||
#===============================================================================
|
||||
""" Optional features config. """
|
||||
#===============================================================================
|
||||
# Enter mail below to receive real-time email alerts
|
||||
# e.g., 'email@gmail.com'
|
||||
MAIL = ''
|
||||
|
||||
# ON/OFF for mail feature. Enter True to turn on the email alert feature.
|
||||
ALERT = False
|
||||
|
||||
# Simple log to log the counting data
|
||||
Log = False
|
||||
# Auto run/Schedule the software to run at your desired time
|
||||
Scheduler = False
|
||||
# Auto stop the software after certain a time/hours
|
||||
Timer = False
|
||||
#===============================================================================
|
||||
#===============================================================================
|
||||
Reference in New Issue
Block a user