diff --git a/plugins/RSS/plugin.py b/plugins/RSS/plugin.py index 8a685adc0..3305e5bcd 100644 --- a/plugins/RSS/plugin.py +++ b/plugins/RSS/plugin.py @@ -116,7 +116,7 @@ class Feed: self.last_exception = None def __repr__(self): - return 'Feed(%r, %r, %b, , %r)' % \ + return 'Feed(%r, %r, %r, , %r)' % \ (self.name, self.url, self.initial, self.announced_entries) def get_command(self, plugin):