Remove time from cron dbs

This commit is contained in:
Andrew 2022-01-15 02:01:51 -05:00
parent 27bdce74e8
commit fefa6248b4

View File

@ -1039,7 +1039,7 @@ class PanelHandler(BaseHandler):
"interval": '',
"command": '',
#We'll base every interval off of a midnight start time.
"start_time": '00:00',
"start_time": '',
"command": command,
"cron_string": cron_string,
"enabled": enabled,
@ -1159,7 +1159,7 @@ class PanelHandler(BaseHandler):
"interval": '',
"command": '',
#We'll base every interval off of a midnight start time.
"start_time": '00:00',
"start_time": '',
"command": command,
"cron_string": cron_string,
"enabled": enabled,