|  | @@ -32,7 +32,7 @@ def run(seq):
 | 
	
		
			
				|  |  |      while True:
 | 
	
		
			
				|  |  |          time.sleep(3)
 | 
	
		
			
				|  |  |          now_date = dt.now()
 | 
	
		
			
				|  |  | -        if not client.is_connected() or dt.now() > now_date.replace(hour=13, minute=26, second=0):
 | 
	
		
			
				|  |  | +        if not client.is_connected() or dt.now() > now_date.replace(hour=15, minute=00, second=0):
 | 
	
		
			
				|  |  |              xtdata.unsubscribe_quote(seq)
 | 
	
		
			
				|  |  |              raise Exception('行情服务连接断开')
 | 
	
		
			
				|  |  |              break
 |