Skip to content

Commit

Permalink
Changelog and fixes on ODS/INSPIRE harvester
Browse files Browse the repository at this point in the history
  • Loading branch information
noirbizarre committed Mar 31, 2017
1 parent 2a85fcc commit 9e01725
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -8,6 +8,8 @@
[#795](https://github.com/opendatateam/udata/issues/795)
- API exposes both original and biggest thumbnail for organization logo, reuse image and user avatar
[#824](https://github.com/opendatateam/udata/issues/824)
- Temporarily ignore INSPIRE in ODS harvester
[#837](https://github.com/opendatateam/udata/pull/837)

## 1.0.5 (2017-03-27)

Expand Down
2 changes: 1 addition & 1 deletion udata/harvest/backends/ods.py
Expand Up @@ -66,7 +66,7 @@ def should_fetch():
response = self.get(self.api_url, params={
"start": count,
"rows": 50,
"interopmetas": True,
"interopmetas": 'true',
})
response.raise_for_status()
data = response.json()
Expand Down

0 comments on commit 9e01725

Please sign in to comment.