| 
					
				 | 
			
			
				@@ -438,9 +438,9 @@ def h_timer_check(): 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     project = config_.PROJECT_REGION_APP_TYPE 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     table = config_.TABLE_REGION_APP_TYPE 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     region_code_list = [code for region, code in region_code.items()] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    now_date = datetime.datetime.today() - datetime.timedelta(hours=1) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    now_date = datetime.datetime.today() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     log_.info(f"now_date: {datetime.datetime.strftime(now_date, '%Y%m%d%H')}") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    now_h = datetime.datetime.now().hour - 1 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    now_h = datetime.datetime.now().hour 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     now_min = datetime.datetime.now().minute 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     if now_h == 0: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         h_rank_bottom(now_date=now_date, now_h=now_h, rule_params=rule_params, region_code_list=region_code_list) 
			 |