1
0
mirror of https://github.com/fhamborg/news-please.git synced 2021-09-19 22:26:00 +03:00

continue transition from text to maintext

This commit is contained in:
Felix Hamborg
2020-03-20 11:24:50 +01:00
parent d3f635c265
commit 07c46fc25c

View File

@@ -45,7 +45,7 @@ class NewsArticle(object):
'image_url': self.image_url,
'language': self.language,
'localpath': self.localpath,
'maintext': self.text,
'maintext': self.maintext,
'source_domain': self.source_domain,
'text': self.text,
'title': self.title,