Skip to content

Commit

Permalink
opts_params_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
deanm0000 committed May 28, 2024
1 parent a536090 commit 6d737ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "dean_utils"
version="0.0.18"
version="0.0.19"
authors=[
{ name="Dean MacGregor", email="[email protected]"}
]
Expand Down
2 changes: 1 addition & 1 deletion src/dean_utils/utils/az_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ async def stream_dl(
url,
path,
recurs=True,
httpx_extras=httpx_extras,
**httpx_extras,
)
else:
raise err
Expand Down

0 comments on commit 6d737ab

Please sign in to comment.