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