Added some documentation, fixed test and missing schedule
This commit is contained in:
parent
ebfd85a666
commit
fd6c8b4277
26 changed files with 1284 additions and 72 deletions
|
|
@ -16,7 +16,7 @@ class Schedule:
|
|||
{% endfor %}
|
||||
]
|
||||
|
||||
def init_schedule(self, schedular, rule_executer, matchers):
|
||||
def init_schedule(self, scheduler, rule_executer, matchers):
|
||||
{% for block in blocks_start_end%}
|
||||
{{ block }}
|
||||
{% endfor %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue