mirror of
https://github.com/searx/searx
synced 2025-08-31 14:38:23 +00:00
[fix] real async result parsing
This commit is contained in:
@@ -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()
|
||||||
|
Reference in New Issue
Block a user