mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 12:42:34 +01:00
RSS: Fix typo.
This commit is contained in:
parent
c08a480f11
commit
e51e45de4d
@ -63,7 +63,7 @@ announced_headlines_filename = \
|
||||
|
||||
class Feed:
|
||||
__slots__ = ('url', 'name', 'data', 'last_update', 'entries',
|
||||
'etag', 'modified', 'initial'
|
||||
'etag', 'modified', 'initial',
|
||||
'lock', 'announced_entries')
|
||||
def __init__(self, name, url, initial,
|
||||
plugin_is_loading=False, announced=None):
|
||||
|
Loading…
Reference in New Issue
Block a user