Update shanxi encoding
This commit is contained in:
parent
70b0860e1a
commit
89396ab9db
|
@ -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__":
|
||||
|
|
Loading…
Reference in a new issue