Loading ksp_client.py +1 −0 Original line number Diff line number Diff line Loading @@ -65,6 +65,7 @@ def main(): stopping.wait() stopping.clear() socket.send_string("events abort") print("Removing callback...") stage.remove_callback(stage_changed) stage.remove() Loading Loading
ksp_client.py +1 −0 Original line number Diff line number Diff line Loading @@ -65,6 +65,7 @@ def main(): stopping.wait() stopping.clear() socket.send_string("events abort") print("Removing callback...") stage.remove_callback(stage_changed) stage.remove() Loading