diff --git a/main.py b/main.py index 231f36733f43bd7c67ec596c46ee3e200454751a..b8fe0f2c18e21eab1b26880e1368c418a0dd8032 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