add 正在下载查询

This commit is contained in:
jxxghp
2023-06-15 18:10:04 +08:00
parent 237fe69d82
commit 84e4a4a527
9 changed files with 70 additions and 10 deletions

View File

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