Compare commits
No commits in common. "06e2ed890a26b94669b220da874d429c9d109d98" and "4db02a61b14df46d37815c5a4255d2e57d3f7cee" have entirely different histories.
06e2ed890a
...
4db02a61b1
|
@ -62,7 +62,7 @@ def make_sentence(output, cfg):
|
|||
fp = open('./filter.txt')
|
||||
for word in fp:
|
||||
word = re.sub("\n", "", word)
|
||||
if word.lower() in sentence:
|
||||
if word in sentence:
|
||||
sentence=""
|
||||
|
||||
finally:
|
||||
|
|
Loading…
Reference in New Issue