Skip to content

Commit

Permalink
Merge pull request #700 from muramura/MS_Change_the_method_of_citation
Browse files Browse the repository at this point in the history
examples: Change the method of citation
  • Loading branch information
julianoes authored May 20, 2024
2 parents 21a8196 + 878e621 commit da24c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/telemetry_is_armed_is_in_air.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ async def print_is_in_air(drone):

if __name__ == "__main__":
# Start the main function
asyncio.run(print_flight_mode())
asyncio.run(run())

0 comments on commit da24c3c

Please sign in to comment.