This commit is contained in:
osiris account 2023-03-11 21:07:23 -08:00
parent 95da45b3da
commit 45872d1dcc
3 changed files with 39 additions and 13 deletions

View file

@ -117,6 +117,7 @@ class TokenIndexer:
def _process_logs(self, logs: list) -> dict:
"""Process the logs and return a dictionary with the results."""
log_info(f'Processing {len(logs)} logs...')
processed_logs = defaultdict()
try: