mirror of
https://github.com/scrapy/scrapy.git
synced 2025-02-27 03:23:50 +00:00
removed domain_initialized signal which was defined but never used
--HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40607
This commit is contained in:
parent
12b56a3e39
commit
95495f1d9d
@ -30,10 +30,6 @@ domain_idle = object()
|
||||
# status is a string and its possible values are: "finished" or "cancelled"
|
||||
domain_closed = object()
|
||||
|
||||
# domain has been initialized (successful or not)
|
||||
# args: domain, spider, status
|
||||
domain_initialized = object()
|
||||
|
||||
# New request received from spiders
|
||||
# args: request, spider, response
|
||||
# response is the response (fed to the spider) which generated the request
|
||||
|
Loading…
x
Reference in New Issue
Block a user