def handle_new_location(self, *args):
"""Got a valid new location so we can close this window"""
self.pubpen.unsubscribe(self._ship_moved_sub_id)
self._ship_moved_sub_id = None
urwid.emit_signal(self, 'close_travel_menu')
# urwid event handlers
评论列表
文章目录