mirror of
https://github.com/N4S4/synology-api.git
synced 2025-08-10 03:09:03 +00:00
Rename function for clarity
This commit is contained in:
@ -261,7 +261,7 @@ class Backup(base_api.BaseApi):
|
|||||||
}
|
}
|
||||||
return self.request_data(api_name, api_path, req_param)
|
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.
|
Get statistics for given task.
|
||||||
'''
|
'''
|
||||||
|
Reference in New Issue
Block a user