Core/Various Worlds: Fix crash/freeze with unicode characters (#4671)
replace colorama.init with just_fix_windows_console
This commit is contained in:
@@ -516,6 +516,6 @@ async def main() -> None:
|
||||
|
||||
|
||||
def launch() -> None:
|
||||
colorama.init()
|
||||
colorama.just_fix_windows_console()
|
||||
asyncio.run(main())
|
||||
colorama.deinit()
|
||||
|
||||
Reference in New Issue
Block a user