From 52c1f731219385c7c80e4063c64d30a9803503a7 Mon Sep 17 00:00:00 2001 From: Chevallier Date: Thu, 15 Jan 2026 09:57:43 +0100 Subject: [PATCH] correction venv --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 6bb0fc5..8001d9b 100644 --- a/main.py +++ b/main.py @@ -8,7 +8,7 @@ from gui_firewall import open_firewall_gui from gui_switch import open_switch_gui BASE_DIR = os.path.dirname(os.path.abspath(__file__)) -VENV_DIR = os.path.join(BASE_DIR, "venv") +VENV_DIR = os.path.join(BASE_DIR, ".venv") REQ_FILE = os.path.join(BASE_DIR, "requirements.txt") def venv_python():