fixing Google Cloud task querying

This commit is contained in:
andy 2022-08-14 19:30:45 +01:00
parent 419fd895d4
commit e35ee24b2d

View File

@ -20,7 +20,7 @@ logger = logging.getLogger(__name__)
@admin_required
def get_tasks(auth=None, user=None):
tasks = list(tasker.list_tasks(task_path))
tasks = list(tasker.list_tasks(parent=task_path))
urls = {}
for task in tasks: