Skip to content

Commit

Permalink
Rename type to wine_type to avoid conflict with built-in names
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyotruly committed Jul 3, 2019
1 parent 12eb44d commit cbd7eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scrape/vivino/vivino/items.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class ProductItem(scrapy.Item):
wine_id = scrapy.Field()
name = scrapy.Field()
seo_name = scrapy.Field()
type = scrapy.Field()
wine_type = scrapy.Field()
region = scrapy.Field()
country = scrapy.Field()
winery = scrapy.Field()
Expand Down

0 comments on commit cbd7eef

Please sign in to comment.