We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b60d86f commit 472da35Copy full SHA for 472da35
oneforall/takeover.py
@@ -115,15 +115,14 @@ def check(self):
115
116
def progress(self):
117
while not self.subdomainq.empty():
118
- time.sleep(0.3)
119
done = self.bar.total - self.subdomainq.qsize()
120
self.bar.n = done
121
self.bar.update()
122
self.bar.close()
123
124
def run(self):
125
start = time.time()
126
- logger.log('DEBUG', f'开始执行{self.source}模块')
+ logger.log('INFOR', f'开始执行{self.source}模块')
127
self.format = utils.check_format(self.format)
128
self.dpath = utils.check_dpath(self.dpath)
129
self.subdomains = utils.get_domains(self.target)
0 commit comments