@@ -242,7 +242,7 @@ def put_analysis_report_to_html(args, df_predict, df_accuracy):
if not os.path.exists(directory):
os.makedirs(directory)
file_path = os.path.join(directory, filename)
- path = f"http://ds3:10010/{filename}"
+ path = f"http://ds1:10010/{filename}"
# 将 HTML 内容写入文件
with open(file_path, "w", encoding="utf-8") as f:
f.write(html_content)
@@ -267,7 +267,7 @@ def put_analysis_report_to_html(args, df_predict, df_accuracy):
@@ -449,7 +449,7 @@ def put_analysis_report_to_html(args, df_clean, df_predict, df_accuracy):