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