Skip to content

Commit

Permalink
Remove Spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Becivells committed Nov 22, 2019
1 parent 0e51546 commit c54e7b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pocsuite3/lib/request/patch/hook_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def session_request(self, method, url,

# proxies = proxies or (conf.proxies if 'proxies' in conf else {})
if proxies is None:
proxies = conf.proxies if 'proxies' in conf else {}
proxies = conf.proxies if 'proxies' in conf else {}

settings = self.merge_environment_settings(
prep.url, proxies, stream, verify, cert
Expand Down

0 comments on commit c54e7b9

Please sign in to comment.