Skip to content

Commit

Permalink
correct hint err
Browse files Browse the repository at this point in the history
  • Loading branch information
binary-husky committed May 29, 2024
1 parent c508b84 commit 51ddb88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ def on_report_generated(cookies:dict, files:List[str], chatbot:ChatBotWithCookie
file_links += (
f'<br/><a href="file={os.path.abspath(f)}" target="_blank">{f}</a>'
)
chatbot.append(["报告如何远程获取?", f"报告已经添加到右侧“文件上传区”(可能处于折叠状态),请查收。{file_links}"])
chatbot.append(["报告如何远程获取?", f"报告已经添加到右侧“文件下载区”(可能处于折叠状态),请查收。{file_links}"])
return cookies, report_files, chatbot


Expand Down

0 comments on commit 51ddb88

Please sign in to comment.