diff --git a/sukuinote/slave-plugins/loli.py b/sukuinote/slave-plugins/loli.py index 9fd25f5..c26f5fd 100644 --- a/sukuinote/slave-plugins/loli.py +++ b/sukuinote/slave-plugins/loli.py @@ -26,7 +26,7 @@ async def loli(client, inline_query): data = data['data'][0] title = f'{data["title"]} by {data["author"]}' description = None - caption = f'{html.escape(data["title"])} by {html.escape(data["author"]}\n' + caption = f'{html.escape(data["title"])} by {html.escape(data["author"])}\n' if data['tags']: caption += f'Tags: {html.escape(", ".join(data["tags"]))}' description = f'Tags: {", ".join(data["tags"])}'