mirror of https://gitlab.com/bashrc2/epicyon
Tidying
parent
5e324433e2
commit
0f74d862f0
|
|
@ -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
|
"""Replaces some elements of a post when displaying in a text mode browser
|
||||||
"""
|
"""
|
||||||
text = text.replace('">⇆ ', '">' + translate['Mutual'] + ' ')
|
text = text.replace('">⇆ ', '">' + translate['Mutual'] + ' ')
|
||||||
text = text.replace(' ⇆ ', ' ' + translate['Mutual'] + ' ')
|
|
||||||
return text
|
return text
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue