mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-26 12:53:12 -06:00
twitter/authorisationHandler: call self.finish() after completing the http request in the local server
This commit is contained in:
parent
9d0558468a
commit
020148ac0a
@ -18,3 +18,4 @@ class handler(BaseHTTPServer.BaseHTTPRequestHandler):
|
||||
global verifier
|
||||
verifier = params.get('oauth_verifier', [None])[0]
|
||||
self.wfile.write(_(u"You have successfully logged into Twitter with {0}. You can close this window now.").format(application.name))
|
||||
self.finish()
|
||||
|
Loading…
Reference in New Issue
Block a user