[fix] conf
This commit is contained in:
parent
9152e8f784
commit
d1fce3eb77
|
|
@ -309,8 +309,8 @@ def conf_normalize_check(
|
||||||
node__["annoy"] = node_["annoy"]
|
node__["annoy"] = node_["annoy"]
|
||||||
if ("schedule" in node_):
|
if ("schedule" in node_):
|
||||||
node__["schedule"] = conf_normalize_schedule(node_["schedule"])
|
node__["schedule"] = conf_normalize_schedule(node_["schedule"])
|
||||||
if ("notification" in node_):
|
if ("notifications" in node_):
|
||||||
node__["notification"] = list(
|
node__["notifications"] = list(
|
||||||
map(
|
map(
|
||||||
lambda x: conf_normalize_notification(notification_channel_implementations, x),
|
lambda x: conf_normalize_notification(notification_channel_implementations, x),
|
||||||
node_["notifications"]
|
node_["notifications"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue