Skip to content

Commit

Permalink
Merge branch 'nicholas-gh-patch-1' into develop-0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hanyazou committed Aug 11, 2018
2 parents 770a1c1 + 20be4d4 commit 6efcf5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tellopy/_internal/tello.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def __publish(self, event, data=None, **args):

def takeoff(self):
"""Takeoff tells the drones to liftoff and start flying."""
log.info('takemoff (cmd=0x%02x seq=0x%04x)' % (TAKEOFF_CMD, self.pkt_seq_num))
log.info('takeoff (cmd=0x%02x seq=0x%04x)' % (TAKEOFF_CMD, self.pkt_seq_num))
pkt = Packet(TAKEOFF_CMD)
pkt.fixup()
return self.send_packet(pkt)
Expand Down

0 comments on commit 6efcf5f

Please sign in to comment.