mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-23 11:42:39 -06:00
DANIEL: Another whitelist tool update
This commit is contained in:
parent
6b275d17db
commit
2c1c6e08c4
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ def saveChanges():
|
|||
|
||||
for word in LOCAL_LIST:
|
||||
|
||||
if word in addedWords or word.contains('\\'):
|
||||
if word in addedWords or '\\' in word:
|
||||
continue
|
||||
try:
|
||||
word.decode('ascii')
|
||||
|
|
Loading…
Reference in a new issue