Update apps/cic-cache/cic_cache/runnable/tracker.py

This commit is contained in:
Blair Vanderlugt 2021-03-02 17:33:13 +00:00
parent ae1502a651
commit 73729d19b0
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@ class Tracker:
session.close()
(provider, w3) = web3_constructor()
trust = config.get('CIC_TRUST_ADDRESS', []).split(",")
trust = config.get('CIC_TRUST_ADDRESS', "").split(",")
chain_spec = args.i
try: