Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hanzalot committed Aug 14, 2016
1 parent 772171e commit a336e34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scraper.py
Expand Up @@ -23,7 +23,8 @@
# called "data.sqlite" in the current working directory which has at least a table
# called "data".
import scrapy
from scrapy import Request, Response
from scrapy import Request
from scrapy import Response
from scrapy.crawler import CrawlerProcess
import scraperwiki

Expand Down

0 comments on commit a336e34

Please sign in to comment.