Move constants into helpers/constants.py

This commit is contained in:
Kevin Fronczak
2019-05-21 22:23:31 -04:00
parent 58ce109518
commit 85c14ede8d
+4
View File
@@ -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