diff --git a/mastobot.py b/mastobot.py index b75d278..511a3f0 100644 --- a/mastobot.py +++ b/mastobot.py @@ -18,6 +18,7 @@ def cleanhtml(raw_html): def unescape(s): s = s.replace("'", "'") s = s.replace("'", "'") + s = s.replace(""", '"') return s def replying():