Skip to content
This repository was archived by the owner on May 9, 2025. It is now read-only.

Commit 31f460d

Browse files
committed
Fix bug in wato plugins
1 parent aa36719 commit 31f460d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/plugins/wato/check_parameters_win_scheduled_task.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,11 @@ def _valuespec_inventory_win_scheduled_task_rules():
7979
valuespec=_valuespec_inventory_win_scheduled_task_rules,
8080
))
8181

82-
def _item_spec__win_scheduled_tasks():
82+
def _item_spec_win_scheduled_tasks():
8383
return TextAscii(title=_("Name of the scheduled task"),
8484
allow_empty=False)
8585

86-
def _parameter_valuespec_services():
86+
def _parameter_valuespec_win_scheduled_tasks():
8787
return Dictionary(elements=[
8888
("maxage",
8989
Tuple(

0 commit comments

Comments
 (0)