**Minimum Viable Product**
This commit is contained in:
@@ -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...")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user