mirror of
https://github.com/glomatico/gamdl.git
synced 2026-06-13 12:15:18 +03:00
Remove custom transport retries from AppleMusicApi
This commit is contained in:
@@ -125,7 +125,6 @@ class AppleMusicApi:
|
||||
"l": self.language,
|
||||
},
|
||||
follow_redirects=True,
|
||||
transport=httpx.AsyncHTTPTransport(retries=10),
|
||||
timeout=60.0,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user