mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-22 11:18:08 -06:00
Removed unneeded code
This commit is contained in:
parent
77489cab1e
commit
c2d81279fe
@ -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.")
|
Loading…
Reference in New Issue
Block a user