Fix obsolete call of method

This commit is contained in:
Petr Kalis 2023-01-03 17:14:57 +01:00
parent 1ee50975c0
commit f80fe3fb93

View file

@ -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