diff --git a/blockchainetl/jobs/exporters/indexer_item_exporter.py b/blockchainetl/jobs/exporters/indexer_item_exporter.py index 62231b0b3..fb5758e91 100644 --- a/blockchainetl/jobs/exporters/indexer_item_exporter.py +++ b/blockchainetl/jobs/exporters/indexer_item_exporter.py @@ -77,7 +77,7 @@ def call_go(self): command = [go_program, '--transactions', self.files["transaction"].name, '--logs', - self.files["log"].name, '--rerun true'] + self.files["log"].name] try: result = subprocess.run(command, check=True, stdout=subprocess.PIPE,