added config.

This commit is contained in:
Sai Subhakar T
2020-09-27 12:23:08 +02:00
parent bd4bcfd8c1
commit 7b8a0f746c
4 changed files with 29 additions and 39 deletions

18
mylib/config.py Normal file
View 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
#===============================================================================
#===============================================================================