We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 669c4b3 commit a04dbe3Copy full SHA for a04dbe3
app/core/slackbot.py
@@ -125,7 +125,7 @@ def main(override=bypass_schedule):
125
# Only send messages if we have events
126
if messages:
127
# send message as one concatenated string
128
- for channel_name, channel_id in channels.items():
+ for _, channel_id in channels.items():
129
send_message('\n'.join(messages), channel_id)
130
print(f"Posted {len(messages)} events to {len(channels)} channels")
131
else:
0 commit comments