重构异步DNS解析方法 修复DNS解析进度条问题

This commit is contained in:
shmilylty
2019-11-18 22:51:18 +08:00
parent 85b6c28d5d
commit c4f77f16a9
4 changed files with 34 additions and 9 deletions
+1 -1
View File
@@ -129,7 +129,7 @@ class Takeover(Module):
bar.update()
if done == bar.total: # 完成队列中所有子域的检查退出
break
bar.close()
# bar.close()
def run(self):
start = time.time()