Skip to content

Commit

Permalink
update imports HTTPRequest, ThreadedHTTPServer
Browse files Browse the repository at this point in the history
  • Loading branch information
back-to committed Dec 23, 2020
1 parent ca58086 commit 3c03a3a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions liveproxy/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@

from liveproxy import __version__ as liveproxy_version
from liveproxy.argparser import parser
from liveproxy.server import (
HTTPRequest,
ThreadedHTTPServer,
)

log = logging.getLogger('streamlink.liveproxy-main')

Expand All @@ -33,6 +29,7 @@ def log_current_versions():
else:
os_version = platform.platform()
from liveproxy.files import create_file
from liveproxy.server import HTTPRequest, ThreadedHTTPServer

log.info('For LiveProxy support visit https://github.com/back-to/liveproxy')
log.debug('OS: {0}'.format(os_version))
Expand Down

0 comments on commit 3c03a3a

Please sign in to comment.