diff --git a/pomice/spotify/client.py b/pomice/spotify/client.py index 518fcf9..e698108 100644 --- a/pomice/spotify/client.py +++ b/pomice/spotify/client.py @@ -121,7 +121,7 @@ class Client: return cls - async def search(self, *, query: str, raw: bool = False): + async def search(self, *, query: str): if not self._bearer_token or time.time() >= self._expiry: await self._fetch_bearer_token()