Loading ksp_client.py +1 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,7 @@ if __name__ == "__main__": else: stage.wait() scene = conn.add_stream(getattr, conn.krpc.space_center, 'current_game_scene') scene = conn.add_stream(getattr, conn.krpc, 'current_game_scene') scene.add_callback(activate_callback) while 42: Loading Loading
ksp_client.py +1 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,7 @@ if __name__ == "__main__": else: stage.wait() scene = conn.add_stream(getattr, conn.krpc.space_center, 'current_game_scene') scene = conn.add_stream(getattr, conn.krpc, 'current_game_scene') scene.add_callback(activate_callback) while 42: Loading