|
@@ -268,7 +268,7 @@ class XiaoNianGaoAuthor:
|
|
|
trace_id=trace_id,
|
|
|
)
|
|
|
account_level = user_dict['account_level']
|
|
|
- if video_dict['link'] in self.test_account:
|
|
|
+ if user_dict['link'] in self.test_account:
|
|
|
flag = pipeline.repeat_video()
|
|
|
else:
|
|
|
flag = pipeline.process_item()
|