Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
fffonion committed Nov 9, 2017
1 parent 3112acb commit b8cb817
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xeHentai/worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ def request(self, method, url, _filter, suc, fail, data = None):
if self.proxy and self.proxy_policy and self.proxy_policy.match(url):
f, __not_good = self.proxy.proxied_request(self.session)
else:
print("not use proxy %s" % url)
f = self.session.request
r = f(method, url,
headers=self.headers,
Expand Down

0 comments on commit b8cb817

Please sign in to comment.