From 41a66b68a088b8bf447c23edb59c36ac8aa77e1b Mon Sep 17 00:00:00 2001 From: cs-powell <142438185+cs-powell@users.noreply.github.com> Date: Wed, 5 Mar 2025 16:27:42 -0500 Subject: [PATCH] Milestone 1 --- Python3/src/testPlatform.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Python3/src/testPlatform.py b/Python3/src/testPlatform.py index 2ff515c..b01bf10 100644 --- a/Python3/src/testPlatform.py +++ b/Python3/src/testPlatform.py @@ -7,6 +7,7 @@ def ex(): print("Setting up simulation") with xpc.XPlaneConnect() as client: # Verify connection + try: # If X-Plane does not respond to the request, a timeout error # will beff raised.