-
Notifications
You must be signed in to change notification settings - Fork 10.4k
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
spider.state attribute is not documented #5174
Labels
Comments
|
@kmike is this a good issue for my first time contributing to scrapy? |
|
This would may be a good first issue, yes, given https://docs.scrapy.org/en/latest/topics/jobs.html#keeping-persistent-state-between-batches |
kamran890
added a commit
to kamran890/scrapy
that referenced
this issue
Sep 21, 2021
kamran890
added a commit
to kamran890/scrapy
that referenced
this issue
Sep 21, 2021
|
Can I still get involved with this? I am new to python coding not sure where to start? |
|
Closed by #5244. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
spider.state is not mentioned on https://docs.scrapy.org/en/latest/topics/spiders.html; it is only mentioned here: https://docs.scrapy.org/en/latest/topics/jobs.html#keeping-persistent-state-between-batches. It'd be nice to document this attribute.
The text was updated successfully, but these errors were encountered: