mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
Added a TODO.
This commit is contained in:
parent
c60664f620
commit
e6f1b6e7ee
@ -121,6 +121,7 @@ class RSS(callbacks.Privmsg):
|
|||||||
oldheadlines = self.getHeadlines(oldresults)
|
oldheadlines = self.getHeadlines(oldresults)
|
||||||
except KeyError:
|
except KeyError:
|
||||||
oldheadlines = []
|
oldheadlines = []
|
||||||
|
# TODO: This should be threaded.
|
||||||
newresults = self.getFeed(url)
|
newresults = self.getFeed(url)
|
||||||
newheadlines = self.getHeadlines(newresults)
|
newheadlines = self.getHeadlines(newresults)
|
||||||
for headline in oldheadlines:
|
for headline in oldheadlines:
|
||||||
|
Loading…
Reference in New Issue
Block a user