This commit is contained in:
Luna 2022-08-28 16:13:52 -03:00
parent 3a8a3bab80
commit 521da51092
1 changed files with 1 additions and 1 deletions

View File

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