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 = {}