fix source of annoyance

pull/225/head
Aevann 2024-03-30 06:40:32 +02:00
parent fbdd679a51
commit 644507e07d
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ def emoji_list(v, kind):
emojis_hash = cache.get('emojis_hash') or ''
return render_template("emojis.html", v=v, emojis=emojis, kind=kind.lower(), emojis_hash=emojis_hash)
return render_template("emojis.html", v=v, emojis=emojis, kind=kind, emojis_hash=emojis_hash)