main
Bob Mottram 2025-11-24 20:02:00 +00:00
parent 5e324433e2
commit 0f74d862f0
1 changed files with 0 additions and 1 deletions

View File

@ -35,7 +35,6 @@ def text_mode_replacements(text: str, translate: {}) -> str:
"""Replaces some elements of a post when displaying in a text mode browser
"""
text = text.replace('">⇆ ', '">' + translate['Mutual'] + ' ')
text = text.replace('', ' ' + translate['Mutual'] + ' ')
return text