mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
重构异步DNS解析方法 修复DNS解析进度条问题
This commit is contained in:
@@ -129,7 +129,7 @@ class Takeover(Module):
|
||||
bar.update()
|
||||
if done == bar.total: # 完成队列中所有子域的检查退出
|
||||
break
|
||||
bar.close()
|
||||
# bar.close()
|
||||
|
||||
def run(self):
|
||||
start = time.time()
|
||||
|
||||
Reference in New Issue
Block a user