Compare commits
No commits in common. "89396ab9db408b99b8d3c358a02ce6d5e93a2e86" and "e111c1f0816f03739aaf35685edc08c70b7c8e4a" have entirely different histories.
89396ab9db
...
e111c1f081
2 changed files with 1 additions and 1 deletions
|
|
@ -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__":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue