|  | @@ -44,7 +44,7 @@ class AccountServer(object):
 | 
	
		
			
				|  |  |          async with aiohttp.ClientSession() as session:
 | 
	
		
			
				|  |  |              async with session.post(url, headers=headers, json=body) as response:
 | 
	
		
			
				|  |  |                  response_text = await response.text()
 | 
	
		
			
				|  |  | -                print("结果:\t", response_text)
 | 
	
		
			
				|  |  | +                # print("结果:\t", response_text)
 | 
	
		
			
				|  |  |                  if response_text:
 | 
	
		
			
				|  |  |                      return await response.json()
 | 
	
		
			
				|  |  |                  else:
 | 
	
	
		
			
				|  | @@ -112,8 +112,6 @@ class AccountServer(object):
 | 
	
		
			
				|  |  |                  (good_df["show_view_count"] / good_df["view_count_avg"]).values.tolist()
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          account_interest = good_df["title"].values.tolist()
 | 
	
		
			
				|  |  | -        print(account_interest)
 | 
	
		
			
				|  |  | -        print(extend_dicts)
 | 
	
		
			
				|  |  |          return account_interest, extend_dicts
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      async def get_each_account_score_list(self, gh_id):
 |