From e6f1b6e7ee39910828c9c0ddb2f78a78b1cd8d60 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Mon, 9 Feb 2004 16:36:56 +0000 Subject: [PATCH] Added a TODO. --- plugins/RSS.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/RSS.py b/plugins/RSS.py index 419f305cd..ef044da4e 100644 --- a/plugins/RSS.py +++ b/plugins/RSS.py @@ -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: