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