From 30f7870afd0051922a876ff2fea5c5314f34119a Mon Sep 17 00:00:00 2001 From: sgoudham Date: Sat, 8 Aug 2020 18:12:07 +0100 Subject: [PATCH] Less 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 beab24c2..33e86e1a 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/beta/", + async with session.post(f"https://mywaifulist.moe/api/v1/search/", data={"term": waifu2, 'content-type': "application/json"}, headers={'apikey': my_waifu_list_auth}) as resp: