Skip to content

Commit 78072e1

Browse files
authored
Merge pull request #617 from mavlink/pr-fix-follow-me
examples: fix follow-me main function name
2 parents ac985f5 + f79e8aa commit 78072e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/follow_me_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
[47.397825620791885, 8.5450092830163271]]
2424

2525

26-
async def fly_drone():
26+
async def run():
2727
drone = System()
2828
await drone.connect(system_address="udp://:14540")
2929

0 commit comments

Comments
 (0)