diff --git a/APIHandler.py b/APIHandler.py index b855c43..c16ef6b 100644 --- a/APIHandler.py +++ b/APIHandler.py @@ -2,11 +2,8 @@ import io import json import random import string -import sys from urllib import request -import numpy -import rtsp from PIL import Image from RtspClient import RtspClient diff --git a/resthandle.py b/resthandle.py index a5433b1..c60d534 100644 --- a/resthandle.py +++ b/resthandle.py @@ -1,9 +1,6 @@ import json import requests -import socket - -import socks class Request: