Skip to content

Commit

Permalink
Brainfart
Browse files Browse the repository at this point in the history
  • Loading branch information
geirawsm committed Jan 14, 2024
1 parent b5d75f6 commit bac7469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sausage_bot/cogs/rss.py
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ async def setup(bot):
file_io.remove_file(envs.rss_feeds_logs_file)
log.verbose('Registering cog to bot')
await bot.add_cog(RSSfeed(bot))
rss_parse.start()
RSSfeed.rss_parse.start()


async def teardown(bot):
Expand Down

0 comments on commit bac7469

Please sign in to comment.