main2
Bob Mottram 2019-09-28 20:48:29 +01:00
parent 1de65ca6e1
commit 59dc9e3441
1 changed files with 1 additions and 1 deletions

View File

@ -1931,7 +1931,7 @@ def createBoxBase(session,baseDir: str,boxname: str, \
if not headerOnly:
boxItems['orderedItems'].append(p)
postsOnPageCtr += 1
elif postsOnPageCtr == itemsPerPage:
if postsOnPageCtr >= itemsPerPage:
# if this is the last post update the next message ID
if '/statuses/' in p['id']:
postId = p['id'].split('/statuses/')[1].replace('/activity','')