Skip to content

Commit

Permalink
fix bad request
Browse files Browse the repository at this point in the history
  • Loading branch information
gepd committed Jul 11, 2020
1 parent ad0c1c3 commit 9658a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/libraries.py
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 9658a9c

Please sign in to comment.