不显示路径
This commit is contained in:
@@ -110,7 +110,7 @@ class SehuatangPushPlugin(MessagePluginInterface):
|
|||||||
for gid in target_groups:
|
for gid in target_groups:
|
||||||
try:
|
try:
|
||||||
# 历史系统任务仅发送提醒文本,这里保持一致,避免引入文件发送兼容风险。
|
# 历史系统任务仅发送提醒文本,这里保持一致,避免引入文件发送兼容风险。
|
||||||
await self.bot.send_at_message(gid, f"98堂 PDF已就绪,请手动发送\n文件: {path}", [at_user])
|
await self.bot.send_at_message(gid, f"98堂 PDF已就绪,请手动发送!", [at_user])
|
||||||
success_groups.append(gid)
|
success_groups.append(gid)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
failed_groups[gid] = str(e)
|
failed_groups[gid] = str(e)
|
||||||
|
|||||||
Reference in New Issue
Block a user