New Installation file created for unix system

This commit is contained in:
adator
2024-08-22 01:01:21 +02:00
parent d7fab2d701
commit 88b9b056ca
8 changed files with 401 additions and 45 deletions

View File

@@ -312,7 +312,7 @@ class Base:
if thread.getName() != 'heartbeat':
if not thread.is_alive():
self.running_threads.remove(thread)
self.logs.debug(f"Thread {str(thread.getName())} {str(thread.native_id)} removed")
self.logs.info(f"Thread {str(thread.getName())} {str(thread.native_id)} removed")
# print(threading.enumerate())
except AssertionError as ae: