Skip to content

Commit

Permalink
Merge branch 'master' of http://github.com/scottj/venus
Browse files Browse the repository at this point in the history
  • Loading branch information
rubys committed Oct 20, 2010
2 parents 3340c3a + 8f48fbe commit 8ad25a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions filters/mememe.plugin
Expand Up @@ -495,6 +495,10 @@ for i in range(0,len(weighted_links)):
count = count + 1
if count >= 10: break

# remove ul when there are no memes
if memes_ul.lsCountNode() < 1:
memes_ul.unlinkNode()

log.info("Writing " + MEMES_ATOM)
output=open(MEMES_ATOM,'w')
output.write(feed_doc.serialize('utf-8'))
Expand Down

0 comments on commit 8ad25a6

Please sign in to comment.