From ca65d941567e054cb2ed73bf3cdd0c39c9d099c0 Mon Sep 17 00:00:00 2001 From: kaiyuran <73236245+kaiyuran@users.noreply.github.com> Date: Wed, 20 Nov 2024 18:24:29 -0500 Subject: [PATCH] more punctuation --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 691879e..c665dfc 100644 --- a/app.py +++ b/app.py @@ -288,7 +288,7 @@ def emojify(message): "acting": "🎭", "perform": "🎭", } - puncList = [".",",","!","?",";"] + puncList = [".",",","!","?",";", "'", '"', ":"] message = message.strip('"') message = message.strip("'") finalMessage = []