Skip to content

Commit

Permalink
keep the default headers when downloading
Browse files Browse the repository at this point in the history
  • Loading branch information
crisely09 committed Oct 31, 2024
1 parent 028417f commit 8aaeabb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions kgforge/specializations/stores/bluebrain_nexus.py
Original file line number Diff line number Diff line change
Expand Up @@ -601,8 +601,6 @@ def _download_one(
params_download = copy.deepcopy(self.service.params.get("download", {}))
headers = (
self.service.headers_download
if not content_type
else update_dict(self.service.headers_download, {"Accept": content_type})
)

response = requests.get(
Expand Down

0 comments on commit 8aaeabb

Please sign in to comment.