Skip to content

Commit

Permalink
takes remarks from pr2
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanmi151 committed Jan 31, 2025
1 parent f320eb6 commit 0dc95f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geonetwork/gn_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def search(self, query):
resp = self.session.post(
url,
headers=headers,
data=query
json=query
)
resp.raise_for_status()
return resp.json()
Expand Down

0 comments on commit 0dc95f8

Please sign in to comment.