mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2025-01-09 17:53:50 +00:00
Fix whitelist
This commit is contained in:
parent
1213349611
commit
9d0029cdfb
1 changed files with 5 additions and 4 deletions
|
@ -46,6 +46,7 @@ class WhiteList:
|
|||
|
||||
lastWord = words[-1]
|
||||
|
||||
if not garbler:
|
||||
if (not lastWord) or self.isPrefix(lastWord):
|
||||
newWords[-1] = lastWord
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue