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__':
 | 
					if __name__ == '__main__':
 | 
				
			||||||
    colorama.init()
 | 
					    colorama.init()
 | 
				
			||||||
    loop = asyncio.get_event_loop()
 | 
					    asyncio.run(main())
 | 
				
			||||||
    loop.run_until_complete(main())
 | 
					 | 
				
			||||||
    loop.close()
 | 
					 | 
				
			||||||
    colorama.deinit()
 | 
					    colorama.deinit()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue