From 98a985e637e95e08471f569a97d814c857f44287 Mon Sep 17 00:00:00 2001 From: MrSanZz <95021841+MrSanZz@users.noreply.github.com> Date: Sun, 28 Sep 2025 14:15:41 +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 e72bbea..77f1c9f 100644 --- a/install.py +++ b/install.py @@ -102,7 +102,7 @@ def install_modules(): print('='*4+'Installing Python modules'+'='*4) failed_modules = [] - for mod in modules: + for mod in module: try: print(f"Installing {mod}...") if mod in na_support: