Skip to content

Commit da24c3c

Browse files
authored
Merge pull request #700 from muramura/MS_Change_the_method_of_citation
examples: Change the method of citation
2 parents 21a8196 + 878e621 commit da24c3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/telemetry_is_armed_is_in_air.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ async def print_is_in_air(drone):
2727

2828
if __name__ == "__main__":
2929
# Start the main function
30-
asyncio.run(print_flight_mode())
30+
asyncio.run(run())

0 commit comments

Comments
 (0)