Skip to content

Commit 191f67a

Browse files
authored
Merge pull request #449 from molaycule/patch-2
fix: missing labels import
2 parents 3df9bde + f20eae8 commit 191f67a

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)