mirror of
git://holbrook.no/eth-address-index
synced 2026-04-27 11:11:04 +02:00
Correct signature typo, update deps
This commit is contained in:
@@ -88,7 +88,7 @@ def main():
|
||||
token_ifc = ERC20()
|
||||
ifc = TokenUniqueSymbolIndex()
|
||||
if token_symbol != None:
|
||||
element(ifc, contract_address, token_ifc, token_symbol, fmt, sys.stdout)
|
||||
element(ifc, contract_address, token_symbol, fmt, sys.stdout)
|
||||
else:
|
||||
ls(ifc, contract_address, token_ifc, fmt, sys.stdout)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user