Fix dom issue

This commit is contained in:
Andrew 2023-05-11 21:56:31 -04:00
parent 6988ed31f6
commit 984d4dbf94

View File

@ -1051,7 +1051,7 @@ class PanelHandler(BaseHandler):
page_data["schedule"]["cron_string"] = ""
page_data["schedule"]["delay"] = 0
page_data["schedule"]["time"] = ""
page_data["schedule"]["interval"] = ""
page_data["schedule"]["interval"] = 1
# we don't need to check difficulty here.
# We'll just default to basic for new schedules
page_data["schedule"]["difficulty"] = "basic"