We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49438b6 commit 352c7d0Copy full SHA for 352c7d0
etherscan/client.py
@@ -75,7 +75,7 @@ def __init__(self, address, api_key=''):
75
self.url_dict[self.ADDRESS] = address
76
77
def build_url(self):
78
- self.url = self.PREFIX + ''.join([param + val if val else '' for param, val in self.url_dict.items()]) # TODO: better naming
+ self.url = self.PREFIX + ''.join([param + val if val else '' for param, val in self.url_dict.items()])
79
80
def connect(self):
81
# TODO: deal with "unknown exception" error
0 commit comments