Skip to content

Commit

Permalink
debug proxy support
Browse files Browse the repository at this point in the history
  • Loading branch information
JARRY Virgile committed Jul 20, 2017
1 parent 4946f8c commit bf0858c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuxploider.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
else :
proxies = {"http":proxy,"https":proxy}

s.proxies = proxies
s.proxies.update(proxies)

try :
initGet = s.get(args.url,headers={"Accept-Encoding":None})
Expand Down

0 comments on commit bf0858c

Please sign in to comment.