Skip to content

Commit

Permalink
Remove weird typo in rpc/proxy support.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhtitor committed Oct 11, 2018
1 parent bc33e53 commit 469882f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions grapheneapi/rpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,8 @@ def setup_proxy(self, options):
self.proxy_rdns = True
if not(url.scheme.endswith('h')):
self.proxy_rdns = False
self.proxy_rdns = False
else:
self.proxy_type = self.proxy_type[0:len(self.proxy_type)-1]
self.proxy_type = self.proxy_type[0:len(self.proxy_type)-1]
else:
# Defaults (tweakable)
self.proxy_host = options.pop("proxy_host", None)
Expand Down

0 comments on commit 469882f

Please sign in to comment.