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", "export",
"status_report:display", "status_report:display",
"-home", "-home",
"-deleted",
] ]
tasks = subprocess.run( tasks = subprocess.run(
task_command, task_command,