mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00:00
extractl.py: fix dateInterval depends
This commit is contained in:
parent
875748b625
commit
ca3c9aafd0
@ -449,7 +449,7 @@ def dateInterval():
|
|||||||
'section': 'expertSettings',
|
'section': 'expertSettings',
|
||||||
'reboot': True,
|
'reboot': True,
|
||||||
'required': True,
|
'required': True,
|
||||||
'depends': ['dateMethod==(http'],
|
'depends': ['dateMethod==http'],
|
||||||
'get': _get_date_settings,
|
'get': _get_date_settings,
|
||||||
'set': _set_date_settings,
|
'set': _set_date_settings,
|
||||||
'get_set_dict': True
|
'get_set_dict': True
|
||||||
|
Loading…
x
Reference in New Issue
Block a user