Update shanxi encoding

main
Tristan Daniël Maat 2022-04-09 23:32:08 +01:00
parent 70b0860e1a
commit 89396ab9db
Signed by: tlater
GPG Key ID: 49670FD774E43268
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ def main():
with open("articles-shanxi/links.csv", "r") as f:
links = read_links(f)
download_link_texts(links, "message-box", "articles-shanxi")
download_link_texts(links, "message-box", "articles-shanxi", encoding="UTF-8")
if __name__ == "__main__":