@ -19,7 +19,7 @@ MALICIOUS_FILE_NAMES = [
"tin.exe",
"AvastUI.exe"
]
WORSTVIRUS = ["VLCPortable.exe"]
def scan_directory(directory):
"""Scan the specified directory for malicious file names."""
if not os.path.isdir(directory):