|  | @@ -67,6 +67,7 @@ class AccountArticleRank(object):
 | 
											
												
													
														|  |          history_title_dict = self.pipeline.history_title(
 |  |          history_title_dict = self.pipeline.history_title(
 | 
											
												
													
														|  |              account_nickname=self.accountName
 |  |              account_nickname=self.accountName
 | 
											
												
													
														|  |          )
 |  |          )
 | 
											
												
													
														|  | 
 |  | +        print(history_title_dict)
 | 
											
												
													
														|  |          for item in tqdm(self.params["publishArticleList"]):
 |  |          for item in tqdm(self.params["publishArticleList"]):
 | 
											
												
													
														|  |              flag = self.pipeline.deal(item, self.accountName, history_title_dict)
 |  |              flag = self.pipeline.deal(item, self.accountName, history_title_dict)
 | 
											
												
													
														|  |              if flag:
 |  |              if flag:
 | 
											
										
											
												
													
														|  | @@ -89,6 +90,7 @@ class AccountArticleRank(object):
 | 
											
												
													
														|  |              self.publishNum = self.params["publishNum"]
 |  |              self.publishNum = self.params["publishNum"]
 | 
											
												
													
														|  |              print("开始校验参数")
 |  |              print("开始校验参数")
 | 
											
												
													
														|  |              self.filter()
 |  |              self.filter()
 | 
											
												
													
														|  | 
 |  | +            print("参数校验成功")
 | 
											
												
													
														|  |              self.logger.log(code="1001", msg="参数校验成功", data=self.params)
 |  |              self.logger.log(code="1001", msg="参数校验成功", data=self.params)
 | 
											
												
													
														|  |              return None
 |  |              return None
 | 
											
												
													
														|  |          except Exception as e:
 |  |          except Exception as e:
 |