**Minimum Viable Product**

This commit is contained in:
cs-powell
2025-03-05 16:27:25 -05:00
parent e7226afe1b
commit 889dcbc166
2 changed files with 24 additions and 17 deletions

View File

@@ -9,7 +9,7 @@ def ex():
# Verify connection
try:
# If X-Plane does not respond to the request, a timeout error
# will be raised.
# will beff raised.
client.getDREF("sim/test/test_float")
except:
print("Error establishing connection to X-Plane.")
@@ -128,7 +128,6 @@ def ex():
# sleep(0.5)
# count+=1
print("End of Python client example")
input("Press any key to exit...")