diff --git a/src/keylogger_detector.py b/src/keylogger_detector.py index 347b88d..db1890b 100755 --- a/src/keylogger_detector.py +++ b/src/keylogger_detector.py @@ -54,7 +54,7 @@ def set_input_options(): """ global auto_kill_option, verbose_option, safe_option, add_white_list_option - global debug_option, add_black_list_option + global debug_option, add_black_list_option, kernel_detection_option if len(sys.argv) > 1: for arg in sys.argv[1:]: print(arg)