Remove obsolete BaseHTTPRequestHandler method
This commit is contained in:
parent
c107eb2ed8
commit
d37fbb6c1a
1 changed files with 0 additions and 3 deletions
|
@ -80,9 +80,6 @@ class MyHandler(BaseHTTPRequestHandler):
|
|||
'x-plex-device, x-plex-device-screen-resolution')
|
||||
self.end_headers()
|
||||
|
||||
def sendOK(self):
|
||||
self.send_response(200)
|
||||
|
||||
def response(self, body, headers=None, code=200):
|
||||
headers = {} if headers is None else headers
|
||||
try:
|
||||
|
|
Loading…
Reference in a new issue