here, we test on production

This commit is contained in:
blank X 2021-03-28 18:28:35 +07:00
parent 323015cfcf
commit 3db00d9be5
Signed by: blankie
GPG Key ID: CC15FC822C7F61F5
1 changed files with 1 additions and 1 deletions

View File

@ -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: