Filtered out 'deleted' tasks that were in the report

This commit is contained in:
Alex Kelly 2021-08-23 22:22:21 -04:00
parent cdb5799313
commit d9742df69c

View file

@ -26,6 +26,7 @@ def main(uuid, header):
"export",
"status_report:display",
"-home",
"-deleted",
]
tasks = subprocess.run(
task_command,