updateing cleaners

This commit is contained in:
erogol
2020-02-23 03:04:27 +01:00
parent bc6764a5c7
commit 6abae742b7
+1 -1
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