Skip to content

Commit

Permalink
revert SPIDER_MODULES in settings
Browse files Browse the repository at this point in the history
  • Loading branch information
PyExplorer committed Dec 12, 2024
1 parent 82b7b01 commit d4a225f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions zyte_spider_templates_project/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@

BOT_NAME = "zyte_spider_templates_project"

SPIDER_MODULES = [
"zyte_spider_templates.spiders",
"zyte_spider_templates_project.spiders",
]

NEWSPIDER_MODULE = "zyte_spider_templates_project.spiders"

ADDONS = {
Expand Down

0 comments on commit d4a225f

Please sign in to comment.