mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 20:52:42 +01:00
RSS: Fix __repr__ formatter.
This commit is contained in:
parent
dcf55cf6de
commit
702cfaaf97
@ -116,7 +116,7 @@ class Feed:
|
||||
self.last_exception = None
|
||||
|
||||
def __repr__(self):
|
||||
return 'Feed(%r, %r, %b, <bool>, %r)' % \
|
||||
return 'Feed(%r, %r, %r, <bool>, %r)' % \
|
||||
(self.name, self.url, self.initial, self.announced_entries)
|
||||
|
||||
def get_command(self, plugin):
|
||||
|
Loading…
Reference in New Issue
Block a user