correction venv
This commit is contained in:
2
main.py
2
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():
|
||||
|
||||
Reference in New Issue
Block a user