Added a TODO.

This commit is contained in:
Jeremy Fincher 2004-02-09 16:36:56 +00:00
parent c60664f620
commit e6f1b6e7ee
1 changed files with 1 additions and 0 deletions

View File

@ -121,6 +121,7 @@ class RSS(callbacks.Privmsg):
oldheadlines = self.getHeadlines(oldresults)
except KeyError:
oldheadlines = []
# TODO: This should be threaded.
newresults = self.getFeed(url)
newheadlines = self.getHeadlines(newresults)
for headline in oldheadlines: