Skip to content

Commit

Permalink
BUG: Update the API. [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Taher Chegini committed Dec 6, 2023
1 parent a4e8ce7 commit b7c633d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygeoogc/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ def _prepare_requests_args(
root_dir = Path(root_dir)
root_dir.mkdir(exist_ok=True, parents=True)
files = (
Path(root_dir, f"{file_prefix}{cache_keys.create_key(method, u, **p)}.{fex}")
Path(root_dir, f"{file_prefix}{cache_keys.create_request_key(method, u, **p)}.{fex}")
for u, p in zip(url_list, kwd_list)
)
else:
Expand Down

0 comments on commit b7c633d

Please sign in to comment.