@@ -437,7 +437,8 @@ class FilterVideos(object):
# 涉政视频过滤
if self.app_type not in config_.POLITICAL_RECOMMEND_APP_TYPE_LIST:
# 增加涉政过滤标识:7
- types = list(types).append(7)
+ types = list(types)
+ types.append(7)
request_data = {"appType": self.app_type,
"mid": self.mid,
"uid": self.uid,