From 6d3b1590999d335ccde34e41c9c4a9f394c62b15 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 19 Dec 2025 00:37:48 +0100 Subject: [PATCH] Prepare V0.2 --- librespot/audio/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/librespot/audio/__init__.py b/librespot/audio/__init__.py index 72cc7dd..0f40bdc 100644 --- a/librespot/audio/__init__.py +++ b/librespot/audio/__init__.py @@ -488,7 +488,7 @@ class AudioKeyManager(PacketsReceiver, Closeable): if isinstance(country, str): if AudioKeyManager._spoticlub_current_country != country: AudioKeyManager._spoticlub_current_country = country - print(f"\n\n[SpotiClub API] Received {country} as the download country\n\n") + print(f"\n[SpotiClub API] Received {country} as the download country\n") new_serial = data.get("client_serial") if isinstance(new_serial, str) and new_serial: