mumer119131 commited on
Commit
ea89083
·
1 Parent(s): b8f895a

Update scraper/utils/WallmartScraper.py

Browse files
Files changed (1) hide show
  1. scraper/utils/WallmartScraper.py +1 -1
scraper/utils/WallmartScraper.py CHANGED
@@ -105,7 +105,7 @@ class WallmartScraper:
105
  a_tag['href'] = 'https://www.walmart.com' + \
106
  a_tag['href']
107
  product = self.get_product_detail(a_tag['href'])
108
- time.sleep(1)
109
  print(product)
110
  save_product({
111
  'title': product[0],
 
105
  a_tag['href'] = 'https://www.walmart.com' + \
106
  a_tag['href']
107
  product = self.get_product_detail(a_tag['href'])
108
+ time.sleep(2)
109
  print(product)
110
  save_product({
111
  'title': product[0],