Remove debug print in src.utils.http
This commit is contained in:
parent
f69a1ce7c1
commit
c28a41ad21
1 changed files with 0 additions and 1 deletions
|
@ -33,7 +33,6 @@ def get_url(url, **kwargs):
|
|||
return 0, False
|
||||
return False
|
||||
|
||||
print(post_data)
|
||||
request = urllib.request.Request(url, post_data)
|
||||
request.add_header("Accept-Language", "en-US")
|
||||
request.add_header("User-Agent", USER_AGENT)
|
||||
|
|
Loading…
Reference in a new issue