Move constants into helpers/constants.py
This commit is contained in:
@@ -60,3 +60,7 @@ ONLINE = {'online': True, 'offline': False}
|
||||
OTHER
|
||||
'''
|
||||
TIMESTAMP_FORMAT = '%Y-%m-%dT%H:%M:%S%Z'
|
||||
|
||||
DEFAULT_MOTION_INTERVAL = 0
|
||||
DEFAULT_REFRESH = 30
|
||||
MIN_THROTTLE_TIME = 2
|
||||
|
||||
Reference in New Issue
Block a user