料袋末尾检测
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -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):
|
||||
|
||||
Reference in New Issue
Block a user