Added a few lines on the configurator itself.
This commit is contained in:
parent
d765e7fce4
commit
51239dd342
@ -3,6 +3,10 @@ from scrapy.utils.project import get_project_settings
|
|||||||
|
|
||||||
|
|
||||||
class Configurator:
|
class Configurator:
|
||||||
|
"""
|
||||||
|
A helper class in the fourmi class. This class is used to process the settings as set
|
||||||
|
from one of the Fourmi applications.
|
||||||
|
"""
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.scrapy_settings = get_project_settings()
|
self.scrapy_settings = get_project_settings()
|
||||||
|
Reference in New Issue
Block a user