Rename function for clarity

This commit is contained in:
joeperpetua
2024-08-16 23:02:32 +02:00
parent 3515a4afd6
commit 66883755ea

View File

@ -261,7 +261,7 @@ class Backup(base_api.BaseApi):
}
return self.request_data(api_name, api_path, req_param)
def vault_target_statistics_get(self, task_id: int) -> dict[str, object]:
def vault_task_statistics_get(self, task_id: int) -> dict[str, object]:
'''
Get statistics for given task.
'''