Skip to content

Commit

Permalink
fix index
Browse files Browse the repository at this point in the history
  • Loading branch information
Ebag333 committed Oct 25, 2016
1 parent d9ad5b0 commit ee80762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/messenger.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ def demo_attachment(self, channel_id):
def write_fit(self, channel_id, msgtext):
msg_chunks = msgtext.split()

answer = "Testing fit: " + msg_chunks
answer = "Testing fit: " + str(msg_chunks[2])
self.send_message(channel_id, answer)

0 comments on commit ee80762

Please sign in to comment.