minor fixes
This commit is contained in:
parent
b08db0035e
commit
812c597f34
4 changed files with 7 additions and 13 deletions
|
|
@ -34,5 +34,5 @@ class DLFPBackend(Backend, ICapMessages, ICapMessagesReply, ICapUpdatable):
|
|||
def iter_messages(self):
|
||||
articles_list = ArticlesList('newspaper')
|
||||
for article in articles_list.iter_articles():
|
||||
yield Message('threadid', article._id, article.title, article.author, signature='Bite bite bite bite',
|
||||
yield Message('threadid', article.id, article.title, article.author, signature='Bite bite bite bite',
|
||||
content='Content content\nContent content.')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue