1
0
mirror of https://github.com/searxng/searxng.git synced 2024-10-05 19:10:10 +02:00

Merge pull request #437 from dalf/fix-433

[mod] microsoft academic: increase timeout to 6 seconds
This commit is contained in:
Alexandre Flament 2021-10-26 12:54:13 +02:00 committed by GitHub
commit 18299abc6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -47,7 +47,7 @@ def response(resp):
if not response_data:
return results
for result in response_data['pr']:
for result in response_data.get('pr', {}):
if 'dn' not in result['paper']:
continue

View File

@ -873,6 +873,7 @@ engines:
engine: microsoft_academic
categories: science
shortcut: ma
timeout: 6.0
- name: mixcloud
engine: mixcloud