调整模式

This commit is contained in:
liuwei
2025-12-31 15:37:46 +08:00
parent 1f50ea2df1
commit 8aee6c9e7f

View File

@@ -724,9 +724,9 @@ class Robot:
async def generate_sehuatang_pdf(self):
try:
self.LOG.info("开始生成PDF,generate_sehuatang_pdf")
tag, path = pdf_file_path()
tag, path = pdf_file_path_undetected()
if not tag:
tag, path = pdf_file_path_undetected()
tag, path = pdf_file_path()
# 暂时只发4K群
await self.send_group_file_message(path, Feature.PDF_CAPABILITY)
except Exception as e: