def __init__(self, site, niche, q,
start_pg, max_pgs, winlock, predictor):
QtCore.QThread.__init__(self)
self.site = site
self.niche = niche
self.q = q
self.start_pg = start_pg
self.max_pgs = max_pgs
self.winlock = winlock
self.exit_flag = False
self.exit_ready = False
self.pred = predictor
评论列表
文章目录