From a9bf980ee0a9c012670b6853d92e655fd643df64 Mon Sep 17 00:00:00 2001 From: x03daop Date: Tue, 5 Apr 2016 16:29:46 +0200 Subject: [PATCH] Closedown --- script/scan_guard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/scan_guard.py b/script/scan_guard.py index 471fb216..f1b23605 100644 --- a/script/scan_guard.py +++ b/script/scan_guard.py @@ -972,7 +972,7 @@ if True: #__name__ == '__main__': parser.add_argument("-l", "--loglevel", dest="loglevel", default="INFO", choices=["DEBUG", "INFO", "WARNING", "ERROR", "CRITICAL"]) args = parser.parse_args() - args.loglevel = logging.DEBUG + args.loglevel = "DEBUG" main(args)