mumer119131 commited on
Commit
7e72686
·
1 Parent(s): 8f08cf4

Update scraper/utils/UltaScraper.py

Browse files
Files changed (1) hide show
  1. scraper/utils/UltaScraper.py +1 -1
scraper/utils/UltaScraper.py CHANGED
@@ -107,7 +107,7 @@ class UltaScraper:
107
  'title': product[0],
108
  'product_id': product[1],
109
  'ingredients': product[2],
110
- 'url': url,
111
  'store_name': 'Ulta'
112
  })
113
  urls.append(link['href'])
 
107
  'title': product[0],
108
  'product_id': product[1],
109
  'ingredients': product[2],
110
+ 'url': link['href'],
111
  'store_name': 'Ulta'
112
  })
113
  urls.append(link['href'])