0.7.54
articles paging
This commit is contained in:
@@ -29,7 +29,8 @@ def get_articles(art_kwargs, request_Data=None, from_el=None, to_el=None):
|
||||
|
||||
Dict = {
|
||||
'articles': arts,
|
||||
'last_block': last_block
|
||||
'last_block': last_block,
|
||||
'last_el': to_el
|
||||
}
|
||||
|
||||
return Dict
|
||||
|
||||
Reference in New Issue
Block a user