From e9b4aef3a68f2a0383fba18c7380cf8ebdf3baeb Mon Sep 17 00:00:00 2001 From: frikky Date: Thu, 11 Aug 2022 20:40:33 +0200 Subject: [PATCH] Disabled debug again so that it all works --- functions/extensions/wazuh/custom-shuffle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/extensions/wazuh/custom-shuffle.py b/functions/extensions/wazuh/custom-shuffle.py index 01c62c80..8e555ea9 100644 --- a/functions/extensions/wazuh/custom-shuffle.py +++ b/functions/extensions/wazuh/custom-shuffle.py @@ -23,7 +23,7 @@ except Exception as e: # # Global vars -debug_enabled = True +debug_enabled = False pwd = os.path.dirname(os.path.dirname(os.path.realpath(__file__))) json_alert = {} now = time.strftime("%a %b %d %H:%M:%S %Z %Y")