changed the screen reports folder
This commit is contained in:
parent
6643e891da
commit
3bd73572af
@ -26,7 +26,7 @@ def load_scanner_reports():
|
|||||||
from datetime import datetime
|
from datetime import datetime
|
||||||
|
|
||||||
reports = []
|
reports = []
|
||||||
reports_dir = "scanner_results"
|
reports_dir = "reports"
|
||||||
|
|
||||||
if os.path.exists(reports_dir):
|
if os.path.exists(reports_dir):
|
||||||
for file in os.listdir(reports_dir):
|
for file in os.listdir(reports_dir):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user