mirror of https://gitlab.com/bashrc2/epicyon
Don't replace Show Map in text mode
parent
366cde8fe2
commit
da1633562f
|
|
@ -27,7 +27,6 @@ def text_mode_removals(text: str, translate: {}) -> str:
|
||||||
"""Removes some elements of a post when displaying in a text mode browser
|
"""Removes some elements of a post when displaying in a text mode browser
|
||||||
"""
|
"""
|
||||||
text = text.replace(translate['SHOW MORE'], '')
|
text = text.replace(translate['SHOW MORE'], '')
|
||||||
text = text.replace(translate['Show Map'], '')
|
|
||||||
text = text.replace(translate['mitm'], '👁 ')
|
text = text.replace(translate['mitm'], '👁 ')
|
||||||
return text
|
return text
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue