Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
Update my_slack.py
Browse files Browse the repository at this point in the history
  • Loading branch information
foxmask committed Oct 16, 2017
1 parent 6d7c84b commit 04d85ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion th_slack/my_slack.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def save_data(self, trigger_id, **data):
title_link = ': <' + data.get('permalink') + '|' + title + '>'
else:
title_link = ': <' + data.get('link') + '|' + title + '>'

data = '*' + desc + '*: ' + type_action + title_link

payload = {'username': username,
Expand Down

0 comments on commit 04d85ed

Please sign in to comment.