add 正在下载查询
This commit is contained in:
@ -147,7 +147,8 @@ class Slack:
|
||||
result = self._client.chat_postMessage(
|
||||
channel=channel,
|
||||
text=message_text,
|
||||
blocks=blocks
|
||||
blocks=blocks,
|
||||
mrkdwn=True
|
||||
)
|
||||
return True, result
|
||||
except Exception as msg_e:
|
||||
|
Reference in New Issue
Block a user