David 4 месяцев назад
Родитель
Сommit
f9a989a504
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      evaluation_processing/analysis_cdq.py

+ 1 - 1
evaluation_processing/analysis_cdq.py

@@ -257,7 +257,7 @@ def put_analysis_report_to_html(args, df_predict, df_accuracy):
     """
     filename = f"{farmId}_{int(time.time() * 1000)}_{random.randint(1000, 9999)}.html"
     # 保存为 HTML
-    directory = './test'
+    directory = '/usr/share/nginx/html'
     if not os.path.exists(directory):
         os.makedirs(directory)
     file_path = os.path.join(directory, filename)