Add kill_process import statement to keylogger_detector.py

This commit is contained in:
Sebastian Lenzlinger 2023-06-07 18:25:59 +02:00
parent 1be0bf59e0
commit cef0f5c7dc

View File

@ -9,7 +9,8 @@ from utils import (
get_real_path,
get_pids_using_file,
get_process_name,
kill_processes
kill_processes,
kill_process
)
# Global variables