mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Fix obsolete call of method
This commit is contained in:
parent
1ee50975c0
commit
f80fe3fb93
1 changed files with 0 additions and 2 deletions
|
|
@ -352,8 +352,6 @@ class SlackPython3Operations(AbstractSlackOperations):
|
|||
if publish_files:
|
||||
message += attachment_str
|
||||
|
||||
message = self.translate_users(message)
|
||||
|
||||
response = self.client.chat_postMessage(
|
||||
channel=channel,
|
||||
text=message
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue