From 25d61c35452c6e95c0f9d6763866455e36675ce9 Mon Sep 17 00:00:00 2001 From: PeasantWorker <2608882093@qq.com> Date: Fri, 24 Dec 2021 11:29:43 +0800 Subject: [PATCH] add code --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 8bd6d0c..d827e29 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 -- GitLab