Update run_report

This commit is contained in:
Maksymilian Szygenda 2024-01-14 17:27:15 +01:00
parent 566bb7c07c
commit ef25cc15f7

View File

@ -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)