From 3db00d9be5fb0513178641417aeb85fe86932c9c Mon Sep 17 00:00:00 2001 From: blank X Date: Sun, 28 Mar 2021 18:28:35 +0700 Subject: [PATCH] here, we test on production --- sukuinote/slave-plugins/anilist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sukuinote/slave-plugins/anilist.py b/sukuinote/slave-plugins/anilist.py index 356113c..1c4ac79 100644 --- a/sukuinote/slave-plugins/anilist.py +++ b/sukuinote/slave-plugins/anilist.py @@ -180,7 +180,7 @@ async def generate_character(anilist): if i['format'] == 'NOVEL': type = 'Light Novel' else: - type = anilist['type'].capitalize() + type = i['type'].capitalize() to_add.append(atext + f' [{type}]') text += '\n'.join(to_add) if description: