fix tests

This commit is contained in:
Ace
2020-06-19 20:16:27 +02:00
parent 8e09731c13
commit 0720fd173b
3 changed files with 17 additions and 4 deletions

View File

@@ -5,9 +5,13 @@ rss = RSS(
#size
(400,400),
# config
# common onfig
{
'rss_urls': ['http://feeds.bbci.co.uk/news/world/rss.xml#']
'language': 'en',
'units': 'metric',
'hours': 24,
# module-specific config
'rss_urls': ['http://feeds.bbci.co.uk/news/world/rss.xml#']
}
)