mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
SC2: prevent freeze when X-ing out the window
This commit is contained in:
@@ -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()
|
||||
|
||||
|
Reference in New Issue
Block a user