Skip to content

Commit 472da35

Browse files
author
shmilylty
committed
tqdm修改
1 parent b60d86f commit 472da35

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

oneforall/takeover.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -115,15 +115,14 @@ def check(self):
115115

116116
def progress(self):
117117
while not self.subdomainq.empty():
118-
time.sleep(0.3)
119118
done = self.bar.total - self.subdomainq.qsize()
120119
self.bar.n = done
121120
self.bar.update()
122121
self.bar.close()
123122

124123
def run(self):
125124
start = time.time()
126-
logger.log('DEBUG', f'开始执行{self.source}模块')
125+
logger.log('INFOR', f'开始执行{self.source}模块')
127126
self.format = utils.check_format(self.format)
128127
self.dpath = utils.check_dpath(self.dpath)
129128
self.subdomains = utils.get_domains(self.target)

0 commit comments

Comments
 (0)