mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Fix Slack notifications with an icon URL not sending
This commit is contained in:
parent
8ca6255ff3
commit
6a72923182
1 changed files with 1 additions and 1 deletions
|
@ -1776,7 +1776,7 @@ class SLACK(object):
|
|||
if urlparse(self.icon_emoji).scheme == '':
|
||||
data['icon_emoji'] = self.icon_emoji
|
||||
else:
|
||||
data['icon_url'] = self.icon_url
|
||||
data['icon_url'] = self.icon_emoji
|
||||
|
||||
url = urlparse(self.slack_hook).path
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue