Skip to content

Commit ba77b73

Browse files
committed
Added token to blacklist words
1 parent 850fce7 commit ba77b73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
blockchain_blacklist_tokens = frozenset([
55
'ethereum', 'blockchain', 'bitcoin', 'ico', 'ledger',
6-
'crypto', 'cryptocurrency', 'money', 'gold'])
6+
'crypto', 'cryptocurrency', 'money', 'gold', 'token'])
77

88
business_blacklist_tokens = frozenset([
99
'business', 'enterprise', 'entrepreneur', 'entrepreneurship',

0 commit comments

Comments
 (0)