ruff check

This commit is contained in:
Alok Saboo
2026-07-24 10:22:36 -04:00
parent d392729b64
commit 66fa44d0fb

View File

@@ -296,10 +296,7 @@ class SpotifyPlugin(
)
time.sleep(DEFAULT_WAITING_TIME + 1)
return self._handle_response(
method,
url,
params=params,
retry_count=retry_count + 1,
method, url, params=params, retry_count=retry_count + 1
)
if e.response.status_code == 502:
self._log.error("Bad Gateway.")