Files
projects-jenz/event_notification/python/scrapy_settings.py
T

11 lines
177 B
Python

BOT_NAME = "unloze_events"
SPIDER_MODULES = ['scrape_event']
EXT_SETTINGS = {
"ITEM_PIPELINES": {
"pipelines.contentPipeline": 1
},
"DOWNLOAD_DELAY" : 0
}