From 0404a7444c92040c41e8472e32f3b8dd39fd07a9 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Sun, 6 Oct 2024 02:16:28 -0700 Subject: [PATCH] Update report_generator5.py --- etc/report_generator5.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/report_generator5.py b/etc/report_generator5.py index 78b1062..493fec2 100644 --- a/etc/report_generator5.py +++ b/etc/report_generator5.py @@ -1217,7 +1217,7 @@ def main(): index_path = os.path.join(output_dir, 'index.html') print(f"\n\nMeshBot (BBS) Web Dashboard Report Generator") - print(f"\nMain dashboard: http:/{index_path}\n") + print(f"\nMain dashboard: file://{index_path}\n") try: if not os.path.exists(output_dir):