From 39af7cd8018c09610ba7fb228ee7f18375a87f1d Mon Sep 17 00:00:00 2001 From: PeasantWorker <2608882093@qq.com> Date: Thu, 23 Dec 2021 15:26:39 +0800 Subject: [PATCH] update code --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 231f367..b8fe0f2 100644 --- a/main.py +++ b/main.py @@ -3,7 +3,7 @@ from src.ebook.community import send_topic if __name__ == "__main__": # extract_code() - web_url = 'https://gitcode.net/csdn/content/book_code_08fd0c7025a4a34a97a29897b067d24/-/tree/master/' + web_url = 'https://gitcode.net/csdn/content/book_id_08fd0c7025a4a34a97a29897b067d24/-/tree/master/' print('-------' * 20) print('开始向社区发帖') send_topic(web_url) \ No newline at end of file -- GitLab