From b4005d7876e406ea1427165dfdb331972e413dc3 Mon Sep 17 00:00:00 2001 From: Sebastian Lenzlinger <74497638+sebaschi@users.noreply.github.com> Date: Sun, 11 Jun 2023 15:33:22 +0200 Subject: [PATCH] Small Bug Fix --- src/keylogger_detector.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)