This commit is contained in:
Dmitriy Smirnov
2024-08-23 15:16:14 +03:00
parent bbc352715d
commit 7d60e5f97b
2 changed files with 5 additions and 12 deletions

View File

@@ -470,9 +470,9 @@ class DecortController(object):
def decort_api_call(
self,
arg_req_function,
arg_api_name,
arg_params,
arg_req_function,
arg_files=None,
not_fail_codes: None | list = None,
) -> requests.Response:
@@ -2074,8 +2074,8 @@ class DecortController(object):
def account_find(
self,
account_id=0,
account_name: str = '',
account_id=0,
audits=False,
computes_args: None | dict = None,
disks_args: None | dict = None,