mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-03-20 03:57:30 +08:00
fix commands
This commit is contained in:
@@ -112,7 +112,7 @@ class Slack:
|
||||
# 结构体
|
||||
blocks = []
|
||||
if not image:
|
||||
message_text = f"*{title}*\n{text or ''}"
|
||||
message_text = f"{title}\n{text or ''}"
|
||||
else:
|
||||
# 消息图片
|
||||
if image:
|
||||
|
||||
Reference in New Issue
Block a user