mirror of
https://github.com/searx/searx
synced 2024-11-22 01:45:21 +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
|
# calling callbacks
|
||||||
for h in success_list:
|
for h in success_list:
|
||||||
th = threading.Thread(
|
th = threading.Thread(
|
||||||
target=self.requests[h].finish(),
|
target=self.requests[h].finish,
|
||||||
name='search_request',
|
name='search_request',
|
||||||
)
|
)
|
||||||
th.start()
|
th.start()
|
||||||
|
Loading…
Reference in New Issue
Block a user