mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Remove time from cron dbs
This commit is contained in:
parent
27bdce74e8
commit
fefa6248b4
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user