mirror of
https://github.com/kaiyuran/Emoji-translator-Server.git
synced 2024-11-21 08:33:40 +00:00
more punctuation
This commit is contained in:
parent
c9c29ffeec
commit
ca65d94156
1 changed files with 1 additions and 1 deletions
2
app.py
2
app.py
|
@ -288,7 +288,7 @@ def emojify(message):
|
|||
"acting": "🎭",
|
||||
"perform": "🎭",
|
||||
}
|
||||
puncList = [".",",","!","?",";"]
|
||||
puncList = [".",",","!","?",";", "'", '"', ":"]
|
||||
message = message.strip('"')
|
||||
message = message.strip("'")
|
||||
finalMessage = []
|
||||
|
|
Loading…
Reference in a new issue