fix real_url
This commit is contained in:
parent
715d4fbf61
commit
76b458ec00
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user