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.