| 
					
				 | 
			
			
				@@ -197,7 +197,7 @@ def h_timer_check(app_type): 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         h_rank_bottom(app_type=app_type, now_date=now_date, now_h=now_h) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     else: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         # 数据没准备好,1分钟后重新检查 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        Timer(60, h_timer_check).start() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        Timer(60, h_timer_check, args=[app_type]).start() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 def predict(app_type_list): 
			 |