mirror of
https://github.com/kaiyuran/Emoji-translator-Server.git
synced 2024-11-21 16:43:39 +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": "🎭",
|
"acting": "🎭",
|
||||||
"perform": "🎭",
|
"perform": "🎭",
|
||||||
}
|
}
|
||||||
puncList = [".",",","!","?",";"]
|
puncList = [".",",","!","?",";", "'", '"', ":"]
|
||||||
message = message.strip('"')
|
message = message.strip('"')
|
||||||
message = message.strip("'")
|
message = message.strip("'")
|
||||||
finalMessage = []
|
finalMessage = []
|
||||||
|
|
Loading…
Reference in a new issue