mirror of
https://github.com/skoobasteeve/telegram-moviebot.git
synced 2026-03-20 03:28:57 +00:00
fix ! in movie title
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user