From 8c47a1aee63eb5ba5a6c12daa5683eee494ca977 Mon Sep 17 00:00:00 2001 From: MrSanZz <95021841+MrSanZz@users.noreply.github.com> Date: Sun, 28 Sep 2025 14:08:04 +0700 Subject: [PATCH] Update install.py --- install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.py b/install.py index 30a6128..1d62f7e 100644 --- a/install.py +++ b/install.py @@ -102,7 +102,7 @@ def install_modules(): for modules in module: try: print(f"Installing {modules}...") - if modules in na_support and device != 0: + if modules in na_support and device != 1: result = os.system(f'python3 -m pip install {modules}') if result != 0: failed_modules.append(modules)