I am trying to execute this script(https://colab.research.google.com/drive/1MmWm5CLpeEPIM7G5KxYIw9iaVHcycwOU#scrollTo=J8-FbPeBXaK0) and keep getting the following error:
NameError: name ‘sitemap_urls’ is not defined.
How do I fix this?
I’ve tried defining sitemap_urls using “sitemap_urls=sitemap_urls”, as well as changing all mentions of “sutemap_url” to “sitemap_urls”.
New contributor
David Ambrogio is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.