From 6bfef9f591b1a2c286a0d7068175c54ee8faede1 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Sat, 8 Aug 2020 18:09:04 +0100 Subject: [PATCH] More aggressive name matching --- cogs/anime.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/anime.py b/cogs/anime.py index 33e86e1a..beab24c2 100644 --- a/cogs/anime.py +++ b/cogs/anime.py @@ -249,7 +249,7 @@ class Anime(Cog): waifus_dict = {} async with aiohttp.ClientSession() as session: - async with session.post(f"https://mywaifulist.moe/api/v1/search/", + async with session.post(f"https://mywaifulist.moe/api/v1/search/beta/", data={"term": waifu2, 'content-type': "application/json"}, headers={'apikey': my_waifu_list_auth}) as resp: