Correct signature typo, update deps

This commit is contained in:
nolash
2021-03-25 19:18:37 +01:00
parent a2dc6de76b
commit 4e6aec419d
3 changed files with 4 additions and 4 deletions

View File

@@ -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)