Spaces:
Runtime error
Runtime error
Commit
·
ea89083
1
Parent(s):
b8f895a
Update scraper/utils/WallmartScraper.py
Browse files
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(
|
| 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],
|