Don't log word counts
Nobody cares
This commit is contained in:
parent
9e324465e4
commit
90efb84c57
2
morss.py
2
morss.py
@ -323,8 +323,6 @@ def Fill(item, cache, feedurl='/', fast=False):
|
||||
count_content = countWord(item.content)
|
||||
count_desc = countWord(item.desc)
|
||||
|
||||
log('desc: %s words, content: %s words' % (count_content, count_desc))
|
||||
|
||||
if max(count_content, count_desc) > 500:
|
||||
log('long enough')
|
||||
return True
|
||||
|
Loading…
x
Reference in New Issue
Block a user