New post id

merge-requests/6/head
Bob Mottram 2020-01-12 21:04:20 +00:00
parent 6ed8f89c04
commit a4b13e5827
1 changed files with 1 additions and 1 deletions

View File

@ -720,7 +720,7 @@ def createPostBase(baseDir: str,nickname: str,domain: str,port: int, \
if schedulePost:
if eventDate and eventTime:
# add an item to the scheduled post index file
addSchedulePost(baseDir,nickname,domain,eventDateStr,postId)
addSchedulePost(baseDir,nickname,domain,eventDateStr,newPostId)
savePostToBox(baseDir,httpPrefix,newPostId, \
nickname,domain,newPost,'scheduled')
else: