Update collect.py

This commit is contained in:
JrDw0
2020-05-11 10:42:41 +08:00
committed by GitHub
parent 7dfa8874ba
commit 4f45c72d03
+1 -1
View File
@@ -79,7 +79,7 @@ class Collect(object):
for thread in threads:
if thread.is_alive():
logger.log('ALERT', f'{thread.name}模块线程发生超时')
logger.log('ALERT', f'{thread.name} module thread timed out')
# Export
if self.export: