|  | @@ -162,12 +162,12 @@ class AccountArticleRank(object):
 | 
	
		
			
				|  |  |          else:
 | 
	
		
			
				|  |  |              ranked_1 = []
 | 
	
		
			
				|  |  |          # rank2
 | 
	
		
			
				|  |  | -        # if article_list2_ori:
 | 
	
		
			
				|  |  | -        #     for item in article_list2_ori:
 | 
	
		
			
				|  |  | -        #         item['score'] = 100
 | 
	
		
			
				|  |  | -        #     ranked_2 = sorted(article_list2_ori, key=lambda x: x['crawlerViewCount'], reverse=True)
 | 
	
		
			
				|  |  | -        # else:
 | 
	
		
			
				|  |  | -        ranked_2 = []
 | 
	
		
			
				|  |  | +        if article_list2_ori:
 | 
	
		
			
				|  |  | +            for item in article_list2_ori:
 | 
	
		
			
				|  |  | +                item['score'] = 100
 | 
	
		
			
				|  |  | +            ranked_2 = sorted(article_list2_ori, key=lambda x: x['crawlerViewCount'], reverse=True)
 | 
	
		
			
				|  |  | +        else:
 | 
	
		
			
				|  |  | +            ranked_2 = []
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          # rank3
 | 
	
		
			
				|  |  |          if article_list3_ori:
 |