From 6d9ba1729ca4dba01fea076cc598dde443dd8ec3 Mon Sep 17 00:00:00 2001 From: Heuze Florent Date: Tue, 9 Feb 2021 15:21:39 +0100 Subject: [PATCH] Add function for audit --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 2b7baa5..cc252f9 100644 --- a/setup.py +++ b/setup.py @@ -155,7 +155,6 @@ def audit(): if not registry_readstring(HKEY_LOCAL_MACHINE, r'SOFTWARE\Policies\Mozilla\Thunderbird\%s' % reg): print(r'Warning : SOFTWARE\Policies\Mozilla\Thunderbird\%s is missing !' % reg) return "WARNING" - value = registry_readstring(HKEY_LOCAL_MACHINE, r'SOFTWARE\Policies\Mozilla\Thunderbird\%s' % reg) if value != "1" : print("Warning : Thunderbird update is not disable !")