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 d9178a7 commit 49438b6Copy full SHA for 49438b6
etherscan/client.py
@@ -76,7 +76,7 @@ def __init__(self, address, api_key=''):
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
79
- print(self.url)
+
80
def connect(self):
81
# TODO: deal with "unknown exception" error
82
try:
0 commit comments