Update install.py

This commit is contained in:
MrSanZz
2025-09-28 14:15:41 +07:00
committed by GitHub
parent 949ed14ee0
commit 98a985e637

View File

@@ -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: