Skip to content

Commit

Permalink
add return x
Browse files Browse the repository at this point in the history
  • Loading branch information
geekan committed Jun 14, 2016
1 parent 144890b commit bcd35d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions general_spider/general_spider/spiders/spider.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,4 @@ def parse_1(self, response, list_css_rules):
print(json.dumps(x, ensure_ascii=False, indent=2))
# pp.pprint(x)
# return self.parse_with_rules(response, self.css_rules, general_spiderItem)
return x

0 comments on commit bcd35d0

Please sign in to comment.