|  | @@ -5274,7 +5274,7 @@ export default {
 | 
	
		
			
				|  |  |                    ? "0" + date.getSeconds()
 | 
	
		
			
				|  |  |                    : date.getSeconds();
 | 
	
		
			
				|  |  |                this.rkTime = hours + ":" + minutes;
 | 
	
		
			
				|  |  | -              this.lsTime = hours + ":" + minutes + ":" + seconds;
 | 
	
		
			
				|  |  | +              this.lsTime = hours + "" + minutes + "" + seconds;
 | 
	
		
			
				|  |  |                this.print_bzrkd = true;
 | 
	
		
			
				|  |  |              } else if (command == "h") {
 | 
	
		
			
				|  |  |                this.print_dk = true;
 |