Skip to content

Commit

Permalink
Fixed preload
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianMarzahl committed Jan 23, 2023
1 parent 1b7d637 commit f798122
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion exact_sync/v1/api/images_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ def get_patch_with_http_info(self, id, **kwargs): # noqa: E501
auth_settings=auth_settings,
async_req=params.get('async_req'),
_return_http_data_only=params.get('_return_http_data_only'),
_preload_content=params.get('_preload_content', True),
_preload_content=params.get('_preload_content', False),
_request_timeout=params.get('_request_timeout'),
collection_formats=collection_formats)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="EXCAT-Sync",
version="0.0.36",
version="0.0.37",
author="Christian Marzahl",
author_email="[email protected]",
description="A package to download images and annotations from the EXACT Server https://github.com/ChristianMarzahl/Exact",
Expand Down

0 comments on commit f798122

Please sign in to comment.