Add new blacklist word

This commit is contained in:
Michel Roux 2020-02-12 15:09:56 +01:00
parent 974b3ef1f2
commit fcd558cb80
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ ConnectorCache = Cache()
class Connector(ABC):
blacklist_words = ['Chris44', 'Vol.']
blacklist_words = ['Chris44', 'Vol.', '[zza]']
@property
@abstractmethod