We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 21a8196 + 878e621 commit da24c3cCopy full SHA for da24c3c
examples/telemetry_is_armed_is_in_air.py
@@ -27,4 +27,4 @@ async def print_is_in_air(drone):
27
28
if __name__ == "__main__":
29
# Start the main function
30
- asyncio.run(print_flight_mode())
+ asyncio.run(run())
0 commit comments