Prepare V0.2
Some checks failed
CodeQL / Analyze (python) (push) Has been cancelled

This commit is contained in:
unknown
2025-12-19 00:37:48 +01:00
parent aec696b489
commit 6d3b159099

View File

@@ -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: