Mercurial > hg > CommitWatcher
diff commitwatcher/agent.py @ 8:2061b13f7aad
commitwatcher/agent.py
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Fri, 27 Sep 2013 14:04:04 -0700 |
parents | 296af1d32b6a |
children | 08dd6fbbec3a |
line wrap: on
line diff
--- a/commitwatcher/agent.py Fri Sep 27 13:43:37 2013 -0700 +++ b/commitwatcher/agent.py Fri Sep 27 14:04:04 2013 -0700 @@ -32,7 +32,7 @@ """update""" feed = feedparser.parse(self.feed()) - for entry in feedparser['entries']: + for entry in feed['entries']: # get paths from diff link = entry['link']