DANIEL: Another whitelist tool update

This commit is contained in:
John 2015-06-09 18:50:15 +03:00 committed by Loudrob
parent 6b275d17db
commit 2c1c6e08c4

View file

@ -56,7 +56,7 @@ def saveChanges():
for word in LOCAL_LIST: for word in LOCAL_LIST:
if word in addedWords or word.contains('\\'): if word in addedWords or '\\' in word:
continue continue
try: try:
word.decode('ascii') word.decode('ascii')