diff --git a/non_graf_installer/python-installer/oginstaller-v3.py b/non_graf_installer/python-installer/oginstaller-v3.py index 7b787f5..194e670 100644 --- a/non_graf_installer/python-installer/oginstaller-v3.py +++ b/non_graf_installer/python-installer/oginstaller-v3.py @@ -523,4 +523,4 @@ if __name__ == "__main__": print(f"[ERROR] Ocurrió un error: {e}") finally: # Restaurar el terminal al estado normal - npyscreen.wrapper_basic(lambda: None) + npyscreen.wrapper_basic(lambda stdscr: None)