RSS: Fix typo (fnor -> for).

This commit is contained in:
Valentin Lorentz 2011-08-27 13:58:14 +00:00
parent 08a28214b8
commit dda08e0648
2 changed files with 2 additions and 2 deletions

View File

@ -198,7 +198,7 @@ class RSS(callbacks.Plugin):
v = False v = False
break break
return v return v
fnor channel in channels: for channel in channels:
if len(oldheadlines) == 0: if len(oldheadlines) == 0:
channelnewheadlines = newheadlines[:self.registryValue('initialAnnounceHeadlines', channel)] channelnewheadlines = newheadlines[:self.registryValue('initialAnnounceHeadlines', channel)]
else: else:

View File

@ -1,3 +1,3 @@
"""stick the various versioning attributes in here, so we only have to change """stick the various versioning attributes in here, so we only have to change
them once.""" 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)'