1
0
mirror of https://github.com/searxng/searxng.git synced 2024-11-04 20:30:11 +01:00

[fix] pubmed content being None

This commit is contained in:
Justas Zabulionis 2023-09-14 03:41:15 -07:00 committed by Markus Heiser
parent cf734e6008
commit be888810ba

View File

@ -99,7 +99,7 @@ def response(resp):
'template': 'paper.html',
'url': url,
'title': title,
'content': content,
'content': content or "",
'journal': journal,
'issn': [issn],
'authors': authors,