SC2: prevent freeze when X-ing out the window
This commit is contained in:
		
							parent
							
								
									4e90ebc7d9
								
							
						
					
					
						commit
						e5d999c755
					
				| 
						 | 
				
			
			@ -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()
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue