料袋末尾检测

This commit is contained in:
2025-09-28 09:48:12 +08:00
parent 61e6d39dbf
commit 1916fb0bbc
62 changed files with 29808 additions and 21103 deletions

View File

@ -35,7 +35,7 @@ class Logger(QObject):
self.pre_message = ''
self.lock = threading.Lock() # 创建锁
self.log_queue = queue.Queue()
self.logger_thread = threading.Thread(target=self._process_logs, daemon=True)
self.logger_thread = threading.Thread(target=self._process_logs, daemon=True,name="util_log")
self.logger_thread.start()
def init_log(self,textEdit_info,textEdit_warning,file_path):