|  | @@ -255,6 +255,7 @@ class CIMWarpReport(object):
 | 
	
		
			
				|  |  |          self.queue_player.put("^")  # Activate CIM
 | 
	
		
			
				|  |  |          self.state = 1
 | 
	
		
			
				|  |  |          # self.warpdata = {}
 | 
	
		
			
				|  |  | +        self.queue_game.put("Loading ... ")  # cycle eats last char.
 | 
	
		
			
				|  |  |          self.warpcycle = SpinningCursor() 
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      def game_prompt(self, prompt):
 | 
	
	
		
			
				|  | @@ -383,7 +384,7 @@ class CIMPortReport(object):
 | 
	
		
			
				|  |  |          self.queue_player.put("^")  # Activate CIM
 | 
	
		
			
				|  |  |          self.state = 1
 | 
	
		
			
				|  |  |          # self.portdata = {}
 | 
	
		
			
				|  |  | -        self.queue_game.put("Loading ...")
 | 
	
		
			
				|  |  | +        self.queue_game.put("Loading ... ")  # cycle eats last char.
 | 
	
		
			
				|  |  |          self.portcycle = SpinningCursor()
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      def game_prompt(self, prompt):
 |