Enlarge your size
This commit is contained in:
parent
322cd0230d
commit
96ca30388d
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ class NewspaperPresseuropBackend(GenericNewspaperBackend, ICapMessages):
|
||||||
BROWSER = NewspaperPresseuropBrowser
|
BROWSER = NewspaperPresseuropBrowser
|
||||||
RSSID = staticmethod(rssid)
|
RSSID = staticmethod(rssid)
|
||||||
URL2ID = staticmethod(url2id)
|
URL2ID = staticmethod(url2id)
|
||||||
RSSSIZE = 140
|
RSSSIZE = 180
|
||||||
CONFIG = BackendConfig(Value('lang', label='Lang of articles',
|
CONFIG = BackendConfig(Value('lang', label='Lang of articles',
|
||||||
choices={'fr': 'fr', 'de': 'de', 'en': 'en', 'cs': 'cs', 'es': 'es', 'it': 'it', 'nl': 'nl', 'pl': 'pl', 'pt': 'pt', 'ro': 'ro'}, default='fr'))
|
choices={'fr': 'fr', 'de': 'de', 'en': 'en', 'cs': 'cs', 'es': 'es', 'it': 'it', 'nl': 'nl', 'pl': 'pl', 'pt': 'pt', 'ro': 'ro'}, default='fr'))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue