tweaked networking

This commit is contained in:
Abubakar Abid 2019-03-18 03:25:49 -07:00
parent 63d71ef5e7
commit 61e9c01219

View File

@ -14,7 +14,6 @@ from signal import SIGTERM # or SIGKILL
import threading
from http.server import HTTPServer as BaseHTTPServer, SimpleHTTPRequestHandler
import stat
import time
from requests.adapters import HTTPAdapter
from requests.packages.urllib3.util.retry import Retry
import pkg_resources