Crash fix: Stupid typo in RSS code. veekun-promotions/2010091902 veekun-promotions/2010092101
authorEevee <git@veekun.com>
Sun, 19 Sep 2010 23:20:05 +0000 (16:20 -0700)
committerEevee <git@veekun.com>
Sun, 19 Sep 2010 23:20:05 +0000 (16:20 -0700)
splinext/frontpage/sources.py

index 9b70d4b..069b4b6 100644 (file)
@@ -197,7 +197,7 @@ class FeedSource(CachedSource):
                 len(entry.content[0].value) <= self.SUMMARY_LENGTH:
 
                 # Full content is short; use as-is!
-                content = entry.entry.content[0].value
+                content = entry.content[0].value
             elif 'content' in entry:
                 # Full content is way too much, especially for my giant blog posts.
                 # Cut this down to some arbitrary number of characters, then feed