From 4394605a1d8ddeac2e6a07140a8354f0b4ac3303 Mon Sep 17 00:00:00 2001 From: Edward Powell Date: Mon, 19 May 2014 21:17:38 -0400 Subject: [PATCH] [rss] Start RSS automatically at startup Closes #516 --- rss.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rss.py b/rss.py index 4468d85e0b..086118edb5 100644 --- a/rss.py +++ b/rss.py @@ -132,7 +132,7 @@ def manage_rss(bot, trigger): class RSSManager: def __init__(self, bot): - self.running = False + self.running = True self.sub = bot.db.substitution # get a list of all methods in this class that start with _rss_