mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-12 05:02:32 +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
|
self.last_exception = None
|
||||||
|
|
||||||
def __repr__(self):
|
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)
|
(self.name, self.url, self.initial, self.announced_entries)
|
||||||
|
|
||||||
def get_command(self, plugin):
|
def get_command(self, plugin):
|
||||||
|
Loading…
Reference in New Issue
Block a user