Remove custom transport retries from AppleMusicApi

This commit is contained in:
Rafael Moraes
2025-12-21 15:56:30 -03:00
parent c940ee2f47
commit 3c48618e84
-1
View File
@@ -125,7 +125,6 @@ class AppleMusicApi:
"l": self.language,
},
follow_redirects=True,
transport=httpx.AsyncHTTPTransport(retries=10),
timeout=60.0,
)