Skip to content
This repository was archived by the owner on Mar 11, 2019. It is now read-only.

Commit 78cd779

Browse files
author
elpatron68
committed
Icon URL
1 parent 0279139 commit 78cd779

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

settings.py.sample

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,15 @@ silent_mode = True
2626
# Set to False it if a feed doesnt´t work.
2727
# Hint: Channel overriding seems not to work with the channel 'Town Square'
2828
feeds = (RssFeed('Heise News', 'http://heise.de.feedsportal.com/c/35207/f/653902/index.rss',
29-
'http://elpatron.cepheus.uberspace.de/rss/rss3.png', 'RSS-Bot', 'testing',
29+
'http://elpatron.cepheus.uberspace.de/rss/rss3.png', 'RSS-Bot', 'rss-test',
3030
True, True, True, True),
3131
RssFeed('t3n', 'https://feeds2.feedburner.com/aktuell/feeds/rss/',
32-
'http://elpatron.cepheus.uberspace.de/rss/rss3.png', 'RSS-Bot', 'testing',
32+
'http://elpatron.cepheus.uberspace.de/rss/rss3.png', 'RSS-Bot', 'rss-test',
3333
True, True, False, True),
34-
RssFeed('Toms Hardware', 'http://www.tomshardware.com/articles.xml', '', 'RSS-Bot', 'testing',
34+
RssFeed('Toms Hardware', 'http://www.tomshardware.com/articles.xml', '', 'RSS-Bot', 'rss-test',
3535
True, True, True, True),
3636
RssFeed('Mattermost Forum', 'http://forum.mattermost.org/latest.rss',
37-
'http://www.mattermost.org/wp-content/uploads/2015/08/logomark.png', 'RSS-Bot', 'testing',
38-
True, True, True, True))
37+
'http://www.mattermost.org/wp-content/uploads/2015/08/logomark.png', 'RSS-Bot', 'rss-test',
38+
True, True, True, True)
39+
)
3940

0 commit comments

Comments
 (0)