mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
typos
This commit is contained in:
+4
-2
@@ -54,7 +54,8 @@ class MultiIdentify(Module):
|
|||||||
logger.log('ALERT', f'The Identify module took {self.elapse} seconds')
|
logger.log('ALERT', f'The Identify module took {self.elapse} seconds')
|
||||||
return result_data
|
return result_data
|
||||||
|
|
||||||
def listener(self, total, done_queue):
|
@staticmethod
|
||||||
|
def listener(total, done_queue):
|
||||||
par = tqdm.tqdm(total=total, desc='Identify Progress', ncols=80)
|
par = tqdm.tqdm(total=total, desc='Identify Progress', ncols=80)
|
||||||
result_data = []
|
result_data = []
|
||||||
while len(result_data) < total:
|
while len(result_data) < total:
|
||||||
@@ -157,7 +158,8 @@ class Identify(object):
|
|||||||
done_queue.put(item)
|
done_queue.put(item)
|
||||||
return
|
return
|
||||||
|
|
||||||
def deal_output(self, banners):
|
@staticmethod
|
||||||
|
def deal_output(banners):
|
||||||
result = []
|
result = []
|
||||||
for banner in banners:
|
for banner in banners:
|
||||||
if 'version' in banner:
|
if 'version' in banner:
|
||||||
|
|||||||
Reference in New Issue
Block a user