mirror of https://github.com/scrapy/scrapy.git
Update scrapy/commands/__init__.py
Co-authored-by: Adrián Chaves <adrian@chaves.io>
This commit is contained in:
parent
02ac6664a5
commit
e01c30f0d5
|
|
@ -108,10 +108,10 @@ class ScrapyCommand:
|
|||
|
||||
|
||||
class BaseRunSpiderCommands(ScrapyCommand):
|
||||
''''
|
||||
"""
|
||||
The BaseRunSpiderCommands class inherits the ScrapyCommand class and it Used for
|
||||
performing common functionality between crawl.py and runspider.py
|
||||
'''
|
||||
"""
|
||||
|
||||
def add_options(self, parser):
|
||||
ScrapyCommand.add_options(self, parser)
|
||||
|
|
|
|||
Loading…
Reference in New Issue