Skip to content

Commit

Permalink
[rss] Start RSS automatically at startup
Browse files Browse the repository at this point in the history
  • Loading branch information
embolalia committed May 20, 2014
1 parent 5795462 commit 4394605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rss.py
Original file line number Diff line number Diff line change
Expand Up @@ -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_
Expand Down

0 comments on commit 4394605

Please sign in to comment.