|  | @@ -14,7 +14,7 @@ class Main:
 | 
	
		
			
				|  |  |      @classmethod
 | 
	
		
			
				|  |  |      def main(cls, env):
 | 
	
		
			
				|  |  |          while True:
 | 
	
		
			
				|  |  | -            if 20 >= datetime.datetime.now().hour >= 10:
 | 
	
		
			
				|  |  | +            if 16 >= datetime.datetime.now().hour >= 10:
 | 
	
		
			
				|  |  |                  Recommend.run_recommend('recommend', env)
 | 
	
		
			
				|  |  |                  Common.del_logs('recommend')
 | 
	
		
			
				|  |  |                  Common.logger('recommend').info('休眠{}小时\n', 24 - datetime.datetime.now().hour)
 |