Increment progress bar if we skip a word

This commit is contained in:
Nicholas Rempel 2021-05-31 15:19:44 -07:00 committed by Dirkjan Ochtman
parent c1c5086454
commit e62e7da06a
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ async def download_build_index():
or any(p in value for p in whitespace)
or any(p in value for p in digits)
):
bar.next()
continue
# We track values here to build the instant-distance index