Skip to content

Commit f79e8aa

Browse files
committed
examples: fix follow-me main function name
Signed-off-by: Julian Oes <[email protected]>
1 parent ac985f5 commit f79e8aa

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)