here, we test on production
This commit is contained in:
parent
323015cfcf
commit
3db00d9be5
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue