合并错误信息
This commit is contained in:
Binary file not shown.
@@ -347,10 +347,14 @@ class SpiderTask:
|
||||
# 'image_url': "",
|
||||
# 'title': ""
|
||||
|
||||
item_data = {
|
||||
"id": i.get("id"),
|
||||
"asin": asin,
|
||||
"country": country,
|
||||
item_data = {
|
||||
"sourceFileKey": i.get("sourceFileKey"),
|
||||
"sourceFilename": i.get("sourceFilename"),
|
||||
"rowToken": i.get("rowToken"),
|
||||
"groupKey": i.get("groupKey"),
|
||||
"id": i.get("id"),
|
||||
"asin": asin,
|
||||
"country": country,
|
||||
"url": return_data.get("image_url"),
|
||||
"title": return_data.get("title"),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user