python - "scrapy list" command in my project directory starts a spider -


i created scrapy project form command line , added 2 spiders, myspider1 , myspider2. whenever run "scrapy crawl myspider1" or ""scrapy crawl myspider2" starts "myspider1".

when run "scrapy list" starts myspider1

i running under vertualenv in python can't understand why this. seems whenever run command scrapy executes first spider in spiders folder.

any idea on why happening?

the code printing print statements made delay response made me think crawling.


Comments

Popular posts from this blog

java - pagination of xlsx file to XSSFworkbook using apache POI -

Unlimited choices in BASH case statement -

apache - How do I stop my index.php being run twice for every user -