mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
RSS: Fix typo (fnor -> for).
This commit is contained in:
parent
08a28214b8
commit
dda08e0648
@ -198,7 +198,7 @@ class RSS(callbacks.Plugin):
|
||||
v = False
|
||||
break
|
||||
return v
|
||||
fnor channel in channels:
|
||||
for channel in channels:
|
||||
if len(oldheadlines) == 0:
|
||||
channelnewheadlines = newheadlines[:self.registryValue('initialAnnounceHeadlines', channel)]
|
||||
else:
|
||||
|
@ -1,3 +1,3 @@
|
||||
"""stick the various versioning attributes in here, so we only have to change
|
||||
them once."""
|
||||
version = '0.83.4.1+limnoria (2011-08-25T11:36:47+0200)'
|
||||
version = '0.83.4.1+limnoria (2011-08-27T13:58:14+0000)'
|
||||
|
Loading…
Reference in New Issue
Block a user