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