From 1d19866a3b5c2a8aed46e258e771dd8f083b5a0f Mon Sep 17 00:00:00 2001 From: spla Date: Tue, 31 Jan 2023 21:32:22 +0100 Subject: [PATCH] =?UTF-8?q?Sol=C2=B7luciona=20el=20problema=20de=20les=20c?= =?UTF-8?q?ometes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mastobot.py | 1 + 1 file changed, 1 insertion(+) 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():