From 652eb7365be9e686d35ca23fca895e607a60b2c7 Mon Sep 17 00:00:00 2001 From: Shravan Anand Komakula <55278866+ShravanAnandk7@users.noreply.github.com> Date: Sun, 24 Nov 2019 22:55:43 +0530 Subject: [PATCH] Update tello.py --- Tello_Video/tello.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tello_Video/tello.py b/Tello_Video/tello.py index 0b94952..60e4136 100644 --- a/Tello_Video/tello.py +++ b/Tello_Video/tello.py @@ -2,7 +2,7 @@ import threading import time import numpy as np -import libh264decoder +import h264decoder class Tello: """Wrapper class to interact with the Tello drone."""