diff --git a/v6d3music/core/real_url.py b/v6d3music/core/real_url.py index 517b20d..b8baa37 100644 --- a/v6d3music/core/real_url.py +++ b/v6d3music/core/real_url.py @@ -6,7 +6,7 @@ __all__ = ("real_url",) async def real_url(url: str, override: bool) -> str: - base = RemoteCache() + base = RemoteCache().base async with aiohttp.ClientSession() as session: async with session.post( f"{base}/resolve",