| 
														
															@@ -166,9 +166,9 @@ class XNGZH(object): 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                     with open(file_path, 'r') as file: 
														 | 
														
														 | 
														
															                     with open(file_path, 'r') as file: 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                         content = file.read() 
														 | 
														
														 | 
														
															                         content = file.read() 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                     if content and content[-1] != ',': 
														 | 
														
														 | 
														
															                     if content and content[-1] != ',': 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-                        m_id = ',' + str(m_id) 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                        pq_uid = ',' + str(pq_uid) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                     with open(file_path, 'a') as file: 
														 | 
														
														 | 
														
															                     with open(file_path, 'a') as file: 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-                        file.write(m_id) 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                        file.write(pq_uid) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                     with open(file_path, 'r') as file: 
														 | 
														
														 | 
														
															                     with open(file_path, 'r') as file: 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                         content = file.read() 
														 | 
														
														 | 
														
															                         content = file.read() 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 time.sleep(1) 
														 | 
														
														 | 
														
															                 time.sleep(1) 
														 |