From 521da510923b6334b8ad9807394b59f8af5c6b67 Mon Sep 17 00:00:00 2001 From: Luna Date: Sun, 28 Aug 2022 16:13:52 -0300 Subject: [PATCH] fix typo --- build_database.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_database.py b/build_database.py index d3bdb2a..54af997 100644 --- a/build_database.py +++ b/build_database.py @@ -56,7 +56,7 @@ def e621_bool(text: str) -> bool: async def main_with_ctx(ctx, wanted_date): urls = { "tags": f"https://e621.net/db_export/tags-{wanted_date}.csv.gz", - # "posts": f"https://e621.net/db_export/posts-{wanted_date}.csv.gz", + "posts": f"https://e621.net/db_export/posts-{wanted_date}.csv.gz", } output_compressed_paths = {}