Skip to content

Commit

Permalink
Merge pull request misialq#2 from svenuniku/master
Browse files Browse the repository at this point in the history
FIX: Update incorrect result limit
  • Loading branch information
misialq authored Jan 15, 2023
2 parents fb12953 + 0ec0650 commit f0b49c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openerz_api/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def make_api_request(self):
"start": start_date,
"end": end_date,
"offset": 0,
"limit": 0,
"limit": 1,
"lang": "en",
"sort": "date",
}
Expand Down

0 comments on commit f0b49c9

Please sign in to comment.