diff --git a/spotipy/oauth2.py b/spotipy/oauth2.py index c196d6e4..7c26f954 100644 --- a/spotipy/oauth2.py +++ b/spotipy/oauth2.py @@ -1225,20 +1225,20 @@ def do_GET(self): return self._write(f""" - - -

Authentication status: {status}

- This window can be closed. - - - - """) + + +

Authentication status: {status}

+This window can be closed. + + + +""") def _write(self, text): return self.wfile.write(text.encode("utf-8"))