Update run_report
This commit is contained in:
parent
566bb7c07c
commit
ef25cc15f7
@ -106,6 +106,6 @@ def print_report(report):
|
|||||||
|
|
||||||
INDEX = get_index()
|
INDEX = get_index()
|
||||||
tasks = get_tasks(INDEX)
|
tasks = get_tasks(INDEX)
|
||||||
#execute_all_tasks(tasks)
|
execute_all_tasks(tasks)
|
||||||
report = get_report(tasks)
|
report = get_report(tasks)
|
||||||
print_report(report)
|
print_report(report)
|
Loading…
Reference in New Issue
Block a user