Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

main.py - Line 5 ('scrape = scrape_page_metadata()') #21

Open
TristanB1994 opened this issue Sep 14, 2020 · 1 comment
Open

main.py - Line 5 ('scrape = scrape_page_metadata()') #21

TristanB1994 opened this issue Sep 14, 2020 · 1 comment

Comments

@TristanB1994
Copy link

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'

@slayer321
Copy link

I will like to take this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants