This commit is contained in:
Aevann1 2022-01-22 22:03:46 +02:00
parent f59d4e6f11
commit bdc1745e37
3 changed files with 11 additions and 11 deletions

View file

@ -263,7 +263,7 @@ def sanitize(sanitized, noimages=False, alert=False, comment=False, edit=False):
if comment:
for emoji in marseys_used:
if emoji in marsey_count: marsey_count[emoji]["count"] += 1
marsey_count = cache.set("marseys", marsey_count)
cache.set("marseys", marsey_count)
return sanitized