1
0
mirror of https://github.com/gryf/slack-backup.git synced 2025-12-17 11:30:25 +01:00

Fix for selecting channels log to generate

This commit is contained in:
2018-03-10 19:16:58 +01:00
parent 3e5dfb13cf
commit dcf957fc75

View File

@@ -94,6 +94,7 @@ class Reporter(object):
for channel in all_channels: for channel in all_channels:
if channel.name in selected_channels: if channel.name in selected_channels:
result.append(channel) result.append(channel)
return result
def _msg_join(self, msg, text): def _msg_join(self, msg, text):
"""return formatter for join""" """return formatter for join"""