You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Love the walk-through, great warm up for web scraping.
I found an error with the instance call for scrape_page_data().
By editing the:
5: scrape = scrape_page_metadata()
to:
5: scrape = scrape_page_metadata
the scrape object will properly initialize with the url variable from config in line 8.
Love the walk-through, great warm up for web scraping.
I found an error with the instance call for scrape_page_data().
By editing the:
5: scrape = scrape_page_metadata()
to:
5: scrape = scrape_page_metadata
the scrape object will properly initialize with the url variable from config in line 8.
TypeError: scrape_page_metadata() missing 1 required positional argument: 'url'
The text was updated successfully, but these errors were encountered: