diff --git a/telegram-moviebot/movie_check.py b/telegram-moviebot/movie_check.py index ec165cc..327e759 100644 --- a/telegram-moviebot/movie_check.py +++ b/telegram-moviebot/movie_check.py @@ -100,5 +100,6 @@ def char_cleanup(variable): variable = str(variable).replace(')', '\)') variable = str(variable).replace('+', '\+') variable = str(variable).replace('.', '\.') + variable = str(variable).replace('!', '\!') return variable