diff --git a/main.py b/main.py index 8bd6d0c3a05a21cda90a011635d7308e45310b7d..d827e29f15277ab8becbf01b2acf24f6abdf30f1 100644 --- a/main.py +++ b/main.py @@ -11,4 +11,4 @@ if __name__ == "__main__": print('开始向社区发帖') book_dir = 'data/{}/'.format(key) mapping_path = 'data/{}.json'.format(key) - send_topic(web_url, book_dir, mapping_path) \ No newline at end of file + # send_topic(web_url, book_dir, mapping_path) \ No newline at end of file