| 
					
				 | 
			
			
				@@ -363,10 +363,7 @@ def call_achor_video_v2(fileName,avatar): 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     val=random.randint(1000000,9999999) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     ros.chdir('/home/jared/to_video') 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    if avatar ==7: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        ros.system('./p7.sh '+str(val)+' &') 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    else : 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        ros.system('./p6.sh '+str(val)+' &') 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    ros.system('./p'+str(avatar)+'.sh '+str(val)+' &') 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     while True: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         print('waiting...') 
			 |