Add hours as time frame for newsletters

This commit is contained in:
JonnyWong16 2018-04-10 21:16:16 -07:00
parent d316aa34e2
commit df72ecebf5
5 changed files with 43 additions and 14 deletions

View file

@ -5521,7 +5521,8 @@ class WebInterface(object):
"friendly_name": "",
"cron": "0 0 * * 1",
"active": 1
"config": {"last_days": 7,
"config": {"time_frame": 7,
"time_frame_units": "days",
"incl_libraries": [1, 2]
},
"email_config": {...},