mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-08-04 21:16:07 -04:00
Removed unneeded code
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
# -*- coding: utf-8 -*-
|
|
@@ -1,15 +0,0 @@
|
|||||||
# -*- coding: utf-8 -*-
|
|
||||||
import BaseHTTPServer, application
|
|
||||||
|
|
||||||
logged = False
|
|
||||||
|
|
||||||
class handler(BaseHTTPServer.BaseHTTPRequestHandler):
|
|
||||||
|
|
||||||
def do_GET(self):
|
|
||||||
global logged
|
|
||||||
self.send_response(200)
|
|
||||||
self.send_header("Content-type", "text/html")
|
|
||||||
self.end_headers()
|
|
||||||
logged = True
|
|
||||||
self.wfile.write("You have successfully logged into Pocket with" + application.name + ". "
|
|
||||||
"You can close this window now.")
|
|
Reference in New Issue
Block a user