Compare commits

..

No commits in common. "89396ab9db408b99b8d3c358a02ce6d5e93a2e86" and "e111c1f0816f03739aaf35685edc08c70b7c8e4a" have entirely different histories.

2 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", encoding="UTF-8")
download_link_texts(links, "message-box", "articles-shanxi")
if __name__ == "__main__":