diff --git a/install.py b/install.py index 815a8c3..70d34e7 100644 --- a/install.py +++ b/install.py @@ -12,7 +12,7 @@ except: try: from modules.paths import models_path except: - model_path = os.path.abspath("models") + models_path = os.path.abspath("models") BASE_PATH = os.path.dirname(os.path.realpath(__file__))