Increase RSS size of ecrans module
This commit is contained in:
parent
bd8d103a8e
commit
231b7ea9da
1 changed files with 2 additions and 1 deletions
|
|
@ -35,5 +35,6 @@ class NewspaperEcransBackend(GenericNewspaperBackend, ICapMessages):
|
|||
RSS_FEED = 'http://www.ecrans.fr/spip.php?page=backend'
|
||||
RSSID = staticmethod(rssid)
|
||||
URL2ID = staticmethod(url2id)
|
||||
RSSSIZE = 10
|
||||
# RSS Size is actually 10, but some articles are not sorted by publication date
|
||||
RSSSIZE = 40
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue