fix real_url

This commit is contained in:
AF 2023-05-28 21:56:06 +00:00
parent 715d4fbf61
commit 76b458ec00

View File

@ -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",