|
@@ -222,7 +222,7 @@ def analysis_report():
|
|
|
file_path = os.path.join(directory, filename)
|
|
|
# combined_fig.write_html(f"D://usr//{filename}")
|
|
|
combined_fig.write_html(file_path)
|
|
|
- path = f"http://ds2:10093/data/html/{filename}"
|
|
|
+ path = f"http://ds2:10093/{filename}"
|
|
|
success = 1
|
|
|
except Exception as e:
|
|
|
my_exception = traceback.format_exc()
|