Skip to content

Commit

Permalink
Merge branch 'hotfix/api_fix'
Browse files Browse the repository at this point in the history
  • Loading branch information
gepd committed Jul 11, 2020
2 parents e75b34a + 9658a9c commit cbb48ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/libraries.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def download_list(self, keyword):

request['page'] = page
query = urlencode(request)
req = Request(url + query, headers=get_headers())
req = Request(url, headers=get_headers())

response = urlopen(req)
page_next = loads(response.read().decode())
Expand Down

0 comments on commit cbb48ad

Please sign in to comment.