Mercurial > hg > Feedworm
diff Feed.py @ 47:a8442c3487b5
add an option to Feed that allows loading an entry's link right away instead of displaying a feed's summary
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Sun, 16 May 2010 08:13:07 +0200 |
parents | aaec263f07ca |
children | c82f5538733c |
line wrap: on
line diff
--- a/Feed.py Sun May 16 07:54:24 2010 +0200 +++ b/Feed.py Sun May 16 08:13:07 2010 +0200 @@ -13,6 +13,7 @@ # default: update every 60 minutes self.update_interval = 60 self.incrementNextUpdateDate() + self.auto_load_entry_link = False def __repr__(self): return "<Feed (%d) %s>" % (self.pk, self.title)