mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
Update collect.py
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user