Milestone 1

This commit is contained in:
cs-powell
2025-03-05 16:27:42 -05:00
parent 889dcbc166
commit 41a66b68a0

View File

@@ -7,6 +7,7 @@ def ex():
print("Setting up simulation") print("Setting up simulation")
with xpc.XPlaneConnect() as client: with xpc.XPlaneConnect() as client:
# Verify connection # Verify connection
try: try:
# If X-Plane does not respond to the request, a timeout error # If X-Plane does not respond to the request, a timeout error
# will beff raised. # will beff raised.