Added color and qty to minifigs

This commit is contained in:
2024-04-12 14:46:02 +02:00
parent c54111e7a1
commit 18f7b20b39
2 changed files with 5 additions and 1 deletions

View File

@@ -159,6 +159,8 @@ for x in response["results"]:
for i in response["results"]:
part = {
"name": i["part"]["name"],
"quantity": i["quantity"],
"color_name": i["color"]["name"],
"part_num": i["part"]["part_num"],
"part_img_url": i["part"]["part_img_url"]