Core/Various Worlds: Fix crash/freeze with unicode characters (#4671)

replace colorama.init with just_fix_windows_console
This commit is contained in:
Benny D
2025-03-14 01:24:37 -06:00
committed by GitHub
parent 1de411ec89
commit 9b3ee018e9
19 changed files with 19 additions and 19 deletions

View File

@@ -261,7 +261,7 @@ if __name__ == '__main__':
parser = get_base_parser()
args = parser.parse_args()
colorama.init()
colorama.just_fix_windows_console()
asyncio.run(main(args))
colorama.deinit()