From 76b458ec00bb49c1f369fdf89c39fd9813ea437b Mon Sep 17 00:00:00 2001 From: timofey Date: Sun, 28 May 2023 21:56:06 +0000 Subject: [PATCH] fix `real_url` --- v6d3music/core/real_url.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",