Fix link file extension

main
Tristan Daniël Maat 2022-04-09 22:36:40 +01:00
parent ec77f0798b
commit 3f2b0245ec
Signed by: tlater
GPG Key ID: 49670FD774E43268
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ def main():
for link in get_article_links(page)
]
with open("articles-ningxia/links.txt", "w+") as f:
with open("articles-ningxia/links.csv", "w+") as f:
dump_links(links, f)