SC2: prevent freeze when X-ing out the window

This commit is contained in:
Fabian Dill 2022-05-19 06:02:36 +02:00 committed by KonoTyran
parent 4e90ebc7d9
commit e5d999c755
1 changed files with 1 additions and 3 deletions

View File

@ -514,8 +514,6 @@ def mission_reqs_completed(location_to_check, missions_complete, locations_done,
if __name__ == '__main__':
colorama.init()
loop = asyncio.get_event_loop()
loop.run_until_complete(main())
loop.close()
asyncio.run(main())
colorama.deinit()