From a4b13e582786e97965ad4ec46ccd1bfe1d34ffba Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 12 Jan 2020 21:04:20 +0000 Subject: [PATCH] New post id --- posts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts.py b/posts.py index cb8c716c..23abb677 100644 --- a/posts.py +++ b/posts.py @@ -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: