This commit is contained in:
@@ -105,7 +105,7 @@ class OAuth:
|
||||
self.send_response(200)
|
||||
self.send_header('Content-type', 'text/html')
|
||||
self.end_headers()
|
||||
success_page = self.server.success_page_content or "librespot-python received callback"
|
||||
success_page = self.server.success_page_content or "Spotify authorization successful! You can now close this window and return to your client's window."
|
||||
self.wfile.write(success_page.encode('utf-8'))
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user