Correct line removed by mistake.
This commit is contained in:
parent
582377f519
commit
6a129695f4
|
@ -55,6 +55,7 @@ class Table(Table_Window):
|
||||||
if titles[hwnd] == "": continue
|
if titles[hwnd] == "": continue
|
||||||
if re.search(self.search_string, titles[hwnd]):
|
if re.search(self.search_string, titles[hwnd]):
|
||||||
if self.check_bad_words(titles[hwnd]): continue
|
if self.check_bad_words(titles[hwnd]): continue
|
||||||
|
self.window = hwnd
|
||||||
break
|
break
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user