Updated installer script
oginstaller/pipeline/head There was a failure building this commit Details

select_mono_multi
Nicolas Arenas 2025-04-03 09:36:49 +02:00
parent 65a086064b
commit a038748ff5
1 changed files with 1 additions and 1 deletions

View File

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