You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mobilecrawler/test.py

8 lines
171 B

4 years ago
from config.log import writeInfo
5 years ago
from main import CnmoCrawler
5 years ago
if __name__ == '__main__':
# 评测中心爬虫测试
CnmoCrawler().run()
# print(int(300/100))