Skip to content

Commit f20eae8

Browse files
authored
missing labels import
1 parent 14c63cb commit f20eae8

File tree

1 file changed

+1
-1
lines changed
  • content/academy/web_scraping_for_beginners/challenge

1 file changed

+1
-1
lines changed

content/academy/web_scraping_for_beginners/challenge/modularity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ router.addHandler('START', async ({ $, crawler, request }) => {
4444
// to the crawler for its page
4545
await crawler.addRequests([{
4646
url,
47-
label: labels.PRODUCT,
47+
label: 'PRODUCT',
4848
userData: {
4949
// Pass the scraped data about the product to the next
5050
// request so that it can be used there

0 commit comments

Comments
 (0)