From 4bf2b5311d66484ea0678f83bed46d2f63631844 Mon Sep 17 00:00:00 2001 From: yhtiyar Date: Fri, 24 Sep 2021 23:00:10 +0300 Subject: [PATCH] fix typo --- crawlers/mooncrawl/mooncrawl/nft/ethereum.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crawlers/mooncrawl/mooncrawl/nft/ethereum.py b/crawlers/mooncrawl/mooncrawl/nft/ethereum.py index 2b271287..a79c171b 100644 --- a/crawlers/mooncrawl/mooncrawl/nft/ethereum.py +++ b/crawlers/mooncrawl/mooncrawl/nft/ethereum.py @@ -444,7 +444,7 @@ def add_labels( # address_ids: Dict[str, int] = {} # For now quitting this idea because some contracts have unicode escapes # in their names, and global cache will fuck up not only that batch labeling - # but latet ones as well + # but later ones as well pbar = tqdm(total=(end - start + 1)) pbar.set_description(f"Labeling blocks {start}-{end}")