From 114306e47c8868103e249218081d48f4c5b1c952 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Fri, 28 Aug 2020 10:01:16 +0100 Subject: [PATCH] Removed redundant code --- cogs/anime.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cogs/anime.py b/cogs/anime.py index eee6cea2..9b4d97d8 100644 --- a/cogs/anime.py +++ b/cogs/anime.py @@ -559,7 +559,6 @@ class Anime(Cog): # Store all data from the api in dict if len(api_data["data"]) > 0: for item in api_data["data"]: - # Don't bother storing Hentai's or Games (Not yet until I figure out what data they send) if item["type"] in ["Waifu", "Husbando", "TV", "ONA", "OVA"]: anime_or_waifu[item["name"]] = {}