This commit is contained in:
Jing Ling
2020-08-17 19:10:42 +08:00
parent 482c7d6ba2
commit daba572a6a
5 changed files with 11 additions and 9 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ class MultiIdentify(Module):
result_data = done_queue.get()
self.end = time.time()
self.elapse = round(self.end - self.start, 1)
logger.log('INFOR', f'The Identify module took {self.elapse} seconds')
logger.log('ALERT', f'The Identify module took {self.elapse} seconds')
return result_data
def listener(self, total, done_queue):