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: