Commit 24e802de authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

comments fix

parent 4bedded4
......@@ -23,7 +23,7 @@ class NoticiasItem(scrapy.Item):
class NoticiasSpider(scrapy.Spider):
name = "noticias"
def start_requests(self):
def start_requests(self):
"""Lista de url a explorar."""
year = getattr(self, 'year', None)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment