mirror of
https://github.com/searx/searx
synced 2024-11-21 17:37:37 +01: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