From bcf972d08bc8e5667ef6c36cf8a3ca4292282252 Mon Sep 17 00:00:00 2001 From: adator <85586985+adator85@users.noreply.github.com> Date: Sun, 1 Sep 2024 14:34:57 +0200 Subject: [PATCH] . --- core/installation.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/installation.py b/core/installation.py index 3a56e82..6923111 100644 --- a/core/installation.py +++ b/core/installation.py @@ -76,8 +76,6 @@ class Install: venv_python_executable=f'{os.path.join(defender_install_folder, venv_folder, "bin")}{os.sep}python' ) - self.init_log_system() - # Exclude Windows OS if os.name == 'nt': #print('/!\\ Skip installation /!\\')