This commit is contained in:
Luna 2022-09-18 18:33:15 -03:00
parent f9547ff04c
commit b09c1b7c74
1 changed files with 2 additions and 0 deletions

View File

@ -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: