Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
0x16c3 committed Apr 18, 2022
1 parent 8ed5cae commit 8ffa540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ async def on_ready(self):

error_channel_ids = []

for item in items:
for i, item in enumerate(items):
channel: discord.TextChannel = self.client.get_channel(int(item["channel"]))

if item in self.feeds:
Expand Down

0 comments on commit 8ffa540

Please sign in to comment.