mirror of
https://github.com/beetbox/beets.git
synced 2026-08-21 20:14:56 -04:00
ruff check
This commit is contained in:
@@ -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.")
|
||||
|
||||
Reference in New Issue
Block a user