Skip to content

Commit

Permalink
CTX-4070: Updated streamingDownload function
Browse files Browse the repository at this point in the history
  • Loading branch information
Vuk Manojlovic committed Jun 27, 2023
1 parent e0d9b0d commit 0c4d070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coretex/networking/requests_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def streamingDownload(
endpoint: str,
destinationPath: Path,
headers: Dict[str, str],
parameters: Dict[str, Any] = None
parameters: Dict[str, Any]
) -> NetworkResponse:

with self.__session.get(
Expand Down

0 comments on commit 0c4d070

Please sign in to comment.