def __init__(self): self.crawl = CrawlProcess() self.output = OutPutProcess() self.crawl_pool = ProcessPoolExecutor(max_workers=8) self.crawl_deep = 100 #???? self.crawl_cur_count = 0