Skip to content

Commit

Permalink
channel_name was undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
memviacbs committed Apr 27, 2020
1 parent 6462274 commit cd12f7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions slack-bulkinviter.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
sys.exit(1)
assert len(channels) == 1
channel_id = channels[0]['id']
channel_name = channels[0]['name']

# Get users list
response = slack.users.list()
Expand Down

0 comments on commit cd12f7e

Please sign in to comment.