Skip to content

Commit

Permalink
Update auto_join_text to False to make all actions more uniform.
Browse files Browse the repository at this point in the history
  • Loading branch information
geekan committed Jun 12, 2016
1 parent 8f8a824 commit 63a762b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/spider.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

class CommonSpider(CrawlSpider):

auto_join_text = True
auto_join_text = False
''' # css rule example:
all_css_rules = {
'.zm-profile-header': {
Expand Down

0 comments on commit 63a762b

Please sign in to comment.