| 
					
				 | 
			
			
				@@ -178,10 +178,10 @@ const checkBarList = () => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     let barInfo = str.replaceAll('\n', ',').split(',') 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     if(barInfo.length > 0) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       for(let i in barInfo){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        if(barInfo[i].length === 20){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        if(barInfo[i].length === 20 || barInfo[i].length === 55){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           sum++; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } else { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          if(barInfo[i] > 0 && barInfo[i].length !== 20){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          if(barInfo[i] > 0 && barInfo[i].length !== 20 && barInfo[i].length !== 55){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             sum++; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             barFor = true 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             infoErr += barInfo[i] + '\n'; 
			 |