updateing cleaners

This commit is contained in:
erogol 2020-02-23 03:04:27 +01:00
parent bc6764a5c7
commit 6abae742b7
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ def convert_to_ascii(text):
def remove_aux_symbols(text):
text = re.sub(r'[\<\>\(\)\[\]\"\']+', '', text)
text = re.sub(r'[\<\>\(\)\[\]\"]+', '', text)
return text