update endpoints

This commit is contained in:
Trevor Hobenshield
2023-04-07 17:01:19 -07:00
parent 43abd53d6b
commit 1bfb67e018
2 changed files with 1019 additions and 1 deletions

1019
info/endpoints.json Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -120,7 +120,6 @@ async def get(session: aiohttp.ClientSession, url: str, **kwargs) -> tuple[str,
logger.debug(f"[{WARN}FAILED{RESET}]: {url}\n{e}")
def find_paths():
res = set()
for p in OUT_PATH.iterdir():