changed the screen reports folder

This commit is contained in:
Bobby 2025-02-10 22:42:36 -08:00
parent 6643e891da
commit 3bd73572af

View File

@ -26,7 +26,7 @@ def load_scanner_reports():
from datetime import datetime
reports = []
reports_dir = "scanner_results"
reports_dir = "reports"
if os.path.exists(reports_dir):
for file in os.listdir(reports_dir):