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':
|
if i['format'] == 'NOVEL':
|
||||||
type = 'Light Novel'
|
type = 'Light Novel'
|
||||||
else:
|
else:
|
||||||
type = anilist['type'].capitalize()
|
type = i['type'].capitalize()
|
||||||
to_add.append(atext + f' [{type}]')
|
to_add.append(atext + f' [{type}]')
|
||||||
text += '\n'.join(to_add)
|
text += '\n'.join(to_add)
|
||||||
if description:
|
if description:
|
||||||
|
|
Loading…
Reference in New Issue