Skip to content
This repository has been archived by the owner on May 13, 2022. It is now read-only.

Commit

Permalink
small update
Browse files Browse the repository at this point in the history
  • Loading branch information
philipperemy committed Mar 16, 2021
1 parent bd56cf6 commit c579d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mercari/mercari.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def filter_html_br(x):


def _get_soup(url):
logger.info(f'GET: {url}')
logger.debug(f'GET: {url}')
headers = {'User-Agent': "'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 "
"(KHTML, like Gecko) Chrome/29.0.1547.62 Safari/537.36'"}
response = requests.get(url, headers=headers, timeout=20)
Expand Down

0 comments on commit c579d12

Please sign in to comment.