Skip to content

Commit

Permalink
Update readability.py
Browse files Browse the repository at this point in the history
Fixed logging namespace
  • Loading branch information
buriy committed Aug 26, 2015
1 parent 398f6ad commit c0d794f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readability/readability.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from .debug import describe, text_content


log = logging.getLogger()
log = logging.getLogger("readability.readability")

REGEXES = {
'unlikelyCandidatesRe': re.compile('combx|comment|community|disqus|extra|foot|header|menu|remark|rss|shoutbox|sidebar|sponsor|ad-break|agegate|pagination|pager|popup|tweet|twitter', re.I),
Expand Down

0 comments on commit c0d794f

Please sign in to comment.