From b09c1b7c74110d0b210401eb66732b1ea8159fde Mon Sep 17 00:00:00 2001 From: Luna Date: Sun, 18 Sep 2022 18:33:15 -0300 Subject: [PATCH] fix typo --- build_database.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build_database.py b/build_database.py index c500c35..12aa89f 100644 --- a/build_database.py +++ b/build_database.py @@ -157,6 +157,8 @@ async def main_with_ctx(ctx, wanted_date): tag_count = tag_count_rows[0][0] log.info("already have %d tags", tag_count) + work_done = False + with output_uncompressed_paths["tags"].open( mode="r", encoding="utf-8" ) as tags_csv_fd: