Skip to content

Commit 6ece982

Browse files
Merge pull request #91 from pitangainnovare/fix/art-errors-4
Corrige chamada ao opac_dict
2 parents bf625dc + ebe2c91 commit 6ece982

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.7.4
1+
1.7.5

article/utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ def fetch_article_meta_dict(from_date, until_date, offset=0, limit=1000, collect
6565
def fetch_opac_dict(from_date, until_date, page=1):
6666
for t in range(1, OPAC_MAX_RETRIES + 1):
6767
params = {
68-
'begin': from_date,
69-
'end': until_date,
68+
'begin_date': from_date,
69+
'end_date': until_date,
7070
'page': page
7171
}
7272

0 commit comments

Comments
 (0)