fix typo
This commit is contained in:
parent
3a8a3bab80
commit
521da51092
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ def e621_bool(text: str) -> bool:
|
||||||
async def main_with_ctx(ctx, wanted_date):
|
async def main_with_ctx(ctx, wanted_date):
|
||||||
urls = {
|
urls = {
|
||||||
"tags": f"https://e621.net/db_export/tags-{wanted_date}.csv.gz",
|
"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 = {}
|
output_compressed_paths = {}
|
||||||
|
|
Loading…
Reference in a new issue