mirror of
https://github.com/ilyakooo0/searx.git
synced 2024-11-28 18:14:53 +03:00
[fix] real async result parsing
This commit is contained in:
parent
34afcf2541
commit
dcc612f673
@ -140,7 +140,7 @@ class MultiRequest(object):
|
||||
# calling callbacks
|
||||
for h in success_list:
|
||||
th = threading.Thread(
|
||||
target=self.requests[h].finish(),
|
||||
target=self.requests[h].finish,
|
||||
name='search_request',
|
||||
)
|
||||
th.start()
|
||||
|
Loading…
Reference in New Issue
Block a user