[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,