Update report_generator5.py

This commit is contained in:
SpudGunMan
2024-10-06 02:16:28 -07:00
parent 34b2e7af71
commit 0404a7444c
+1 -1
View File
@@ -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):